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.
2025-08-23 20:21:49 +05:30
|
|
|
when:
|
|
|
|
|
- event: push
|
|
|
|
|
branch: main
|
|
|
|
|
path:
|
|
|
|
|
exclude: ['README.md']
|
|
|
|
|
- event: manual
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: build-and-push
|
|
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
|
settings:
|
|
|
|
|
repo: ryuupendragon/icons,ghcr.io/ryuupendragon/icons
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
|
2025-12-12 19:23:47 +05:30
|
|
|
tag: 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
|