Update WF

This commit is contained in:
2025-08-12 18:56:41 +05:30
parent 39dc5c8c08
commit 06d9b40d08

View File

@@ -1,12 +1,18 @@
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
dry-run: true
when:
- event: push
branch: main
- event: manual
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
dry-run: true