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
|
|
@ -2,12 +2,14 @@
|
|||
# because it has to be the target of the pull request
|
||||
branches: dev
|
||||
platform: linux/amd64
|
||||
depends_on: build
|
||||
|
||||
pipeline:
|
||||
dryrun:
|
||||
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 ]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
# Yeah so this only works on tags so we'll worry about this later
|
||||
platform: linux/amd64
|
||||
branches: main
|
||||
depends_on: build
|
||||
|
||||
# We need the entire repo in order for the release names to work
|
||||
skip_clone: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue