hugoci/.woodpecker.yml

16 lines
350 B
YAML
Raw Normal View History

2025-01-26 19:03:25 +01:00
when:
- event: [manual, push]
2024-02-16 21:48:23 +01:00
steps:
2023-05-16 19:37:10 +02:00
build-and-push:
2025-06-16 15:56:22 +02:00
image: woodpeckerci/plugin-docker-buildx
2023-05-16 20:23:43 +02:00
settings:
2025-06-16 15:56:22 +02:00
platforms: linux/amd64
repo: ${CI_REPO_URL}
registry: ${CI_FORGE_URL}
tags: latest
username: ${CI_REPO_OWNER}
2024-02-16 21:48:23 +01:00
password:
2023-05-16 20:23:43 +02:00
from_secret: registry_token
2025-06-16 15:56:22 +02:00
cache_from: ${CI_FORGE_URL}:latest