diff --git a/.crow/docker-build-and-push.yaml b/.crow/docker-build-and-push.yml.old similarity index 100% rename from .crow/docker-build-and-push.yaml rename to .crow/docker-build-and-push.yml.old diff --git a/.crow/test.yml b/.crow/test.yml new file mode 100644 index 0000000..888991a --- /dev/null +++ b/.crow/test.yml @@ -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