forked from vieter-v/vieter
Switchd to hyper-minimal docker image
This commit is contained in:
parent
d2af65cbce
commit
3fc22bf078
4 changed files with 26 additions and 0 deletions
|
|
@ -6,9 +6,12 @@ pipeline:
|
|||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [ docker_username, docker_password ]
|
||||
settings:
|
||||
dockerfile: Dockerfile.ci
|
||||
repo: chewingbever/vieter
|
||||
tag: dev
|
||||
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
|
||||
args:
|
||||
- CI_COMMIT_SHA
|
||||
when:
|
||||
event: push
|
||||
branch: dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue