Update Test
This commit is contained in:
22
.crow/docker-build.yml.old
Normal file
22
.crow/docker-build.yml.old
Normal file
@@ -0,0 +1,22 @@
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
- event: manual
|
||||
|
||||
labels:
|
||||
platform: linux/arm64
|
||||
|
||||
steps:
|
||||
- name: publish-next-agent
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
repo: ryuupendragon/icons-test
|
||||
dockerfile: Dockerfile
|
||||
context: ./build
|
||||
platforms: linux/amd64,linux/arm64/v8
|
||||
tag: latest
|
||||
username:
|
||||
from_secret: DOCKERHUB_USERNAME
|
||||
password:
|
||||
from_secret: DOCKERHUB_TOKEN
|
||||
# dry-run: true
|
||||
Reference in New Issue
Block a user