This repository has been archived on 2026-04-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
docker-icons/.crow/test.yml
T

22 lines
575 B
YAML
Raw Normal View History

2025-08-23 20:21:49 +05:30
when:
- event: manual
steps:
- name: build-and-push
image: woodpeckerci/plugin-docker-buildx
settings:
2025-12-14 13:17:50 +05:30
dry_run: true
2025-08-23 20:21:49 +05:30
repo: ryuupendragon/icons,ghcr.io/ryuupendragon/icons
dockerfile: Dockerfile
2025-12-14 13:19:59 +05:30
platforms: linux/amd64,linux/arm64/v8
2025-12-14 13:17:50 +05:30
tags: 2.2.0,latest
2025-08-23 20:21:49 +05:30
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