Update WF
This commit is contained in:
@@ -1,12 +1,18 @@
|
|||||||
publish-next-agent:
|
when:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
- event: push
|
||||||
settings:
|
branch: main
|
||||||
repo: ryuupendragon/caddy-test
|
- event: manual
|
||||||
dockerfile: Dockerfile
|
|
||||||
# platforms: linux/amd64,linux/arm64/v8
|
steps:
|
||||||
tag: latest
|
- name: publish-next-agent
|
||||||
username:
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
from_secret: DOCKERHUB_USERNAME
|
settings:
|
||||||
password:
|
repo: ryuupendragon/caddy-test
|
||||||
from_secret: DOCKERHUB_TOKEN
|
dockerfile: Dockerfile
|
||||||
dry-run: true
|
# platforms: linux/amd64,linux/arm64/v8
|
||||||
|
tag: latest
|
||||||
|
username:
|
||||||
|
from_secret: DOCKERHUB_USERNAME
|
||||||
|
password:
|
||||||
|
from_secret: DOCKERHUB_TOKEN
|
||||||
|
dry-run: true
|
||||||
|
|||||||
Reference in New Issue
Block a user