forked from vieter-v/vieter
Re-added necessary constraints
parent
87f7caea2b
commit
2dd9ea4553
|
@ -1,4 +1,4 @@
|
||||||
# branches: [main, dev]
|
branches: [main, dev]
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
|
@ -11,20 +11,20 @@ pipeline:
|
||||||
platforms: [ linux/arm64/v8, linux/amd64 ]
|
platforms: [ linux/arm64/v8, linux/amd64 ]
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
# branch: dev
|
branch: dev
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: plugins/docker
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
settings:
|
settings:
|
||||||
repo: chewingbever/vieter
|
repo: chewingbever/vieter
|
||||||
tag:
|
tag:
|
||||||
- latest
|
- latest
|
||||||
- $CI_COMMIT_TAG
|
- $CI_COMMIT_TAG
|
||||||
mtu: 1000
|
platforms: [ linux/arm64/v8, linux/amd64 ]
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
# depends_on:
|
depends_on:
|
||||||
# - builder
|
- builder
|
||||||
|
|
Loading…
Reference in New Issue