Update WF for testing
This commit is contained in:
24
.crow/docker-build-and-push.yml.old
Normal file
24
.crow/docker-build-and-push.yml.old
Normal file
@@ -0,0 +1,24 @@
|
||||
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
|
||||
tag: 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
|
||||
Reference in New Issue
Block a user