22 lines
447 B
YAML
22 lines
447 B
YAML
when:
|
|
- event: push
|
|
branch: main
|
|
- event: manual
|
|
|
|
labels:
|
|
platform: linux/arm64
|
|
|
|
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
|