Update WF for testing

This commit is contained in:
2025-12-14 13:17:50 +05:30
parent 05d4bd2d41
commit 4ff3154ae3
2 changed files with 21 additions and 0 deletions

21
.crow/test.yml Normal file
View File

@@ -0,0 +1,21 @@
when:
- event: manual
steps:
- name: build-and-push
image: woodpeckerci/plugin-docker-buildx
settings:
dry_run: true
repo: ryuupendragon/icons,ghcr.io/ryuupendragon/icons
dockerfile: Dockerfile
platforms: linux/arm64/v8
tags: 2.2.0,latest
logins:
- registry: https://index.docker.io/v1/
username: ryuupendragon
password:
from_secret: DOCKERHUB_TOKEN
- registry: https://ghcr.io
username: ryuupendragon
password:
from_secret: GH_TOKEN