Files
crowci-test/.crow/docker-build.yml.old
T

23 lines
468 B
Plaintext
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:
2025-08-12 20:48:30 +05:30
repo: ryuupendragon/icons-test
2025-08-12 18:56:41 +05:30
dockerfile: Dockerfile
2025-08-12 21:39:00 +05:30
context: ./build
2025-08-12 19:11:06 +05:30
platforms: linux/amd64,linux/arm64/v8
2025-08-12 18:56:41 +05:30
tag: latest
username:
from_secret: DOCKERHUB_USERNAME
password:
from_secret: DOCKERHUB_TOKEN
2025-08-12 19:06:30 +05:30
# dry-run: true