Files
crowci-test/.crow/docker-build.yaml
T

22 lines
447 B
YAML
Raw Normal View History

2025-08-12 18:56:41 +05:30
when:
- event: push
branch: main
- event: manual
2025-08-12 19:06:30 +05:30
labels:
platform: linux/arm64
2025-08-12 18:56:41 +05:30
steps:
- name: publish-next-agent
image: woodpeckerci/plugin-docker-buildx
settings:
repo: ryuupendragon/caddy-test
dockerfile: Dockerfile
# platforms: linux/amd64,linux/arm64/v8
tag: latest
username:
from_secret: DOCKERHUB_USERNAME
password:
from_secret: DOCKERHUB_TOKEN
2025-08-12 19:06:30 +05:30
# dry-run: true