chore(ci): add dev docker builds
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
This commit is contained in:
parent
1a8022ab34
commit
101172aed6
2 changed files with 49 additions and 0 deletions
25
.woodpecker/docker-rel.yml
Normal file
25
.woodpecker/docker-rel.yml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
platform: 'linux/amd64'
|
||||
branches: 'main'
|
||||
|
||||
pipeline:
|
||||
docker:
|
||||
image: 'plugins/docker'
|
||||
settings:
|
||||
registry: 'git.rustybever.be'
|
||||
repo: 'git.rustybever.be/chewing_bever/lander'
|
||||
tag:
|
||||
- 'latest'
|
||||
- '${CI_COMMIT_TAG}'
|
||||
mtu: 1300
|
||||
secrets:
|
||||
- 'docker_username'
|
||||
- 'docker_password'
|
||||
event: tag
|
||||
|
||||
deploy:
|
||||
image: 'curlimages/curl'
|
||||
secrets:
|
||||
- 'webhook_url'
|
||||
commands:
|
||||
- 'curl -XPOST -s --fail $WEBHOOK_URL'
|
||||
event: tag
|
||||
24
.woodpecker/docker.yml
Normal file
24
.woodpecker/docker.yml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
platform: 'linux/amd64'
|
||||
branches: 'dev'
|
||||
|
||||
pipeline:
|
||||
docker:
|
||||
image: 'plugins/docker'
|
||||
settings:
|
||||
registry: 'git.rustybever.be'
|
||||
repo: 'git.rustybever.be/chewing_bever/lander'
|
||||
tag:
|
||||
- 'dev'
|
||||
mtu: 1300
|
||||
secrets:
|
||||
- 'docker_username'
|
||||
- 'docker_password'
|
||||
event: push
|
||||
|
||||
deploy:
|
||||
image: 'curlimages/curl'
|
||||
secrets:
|
||||
- 'webhook_url'
|
||||
commands:
|
||||
- 'curl -XPOST -s --fail $WEBHOOK_URL'
|
||||
event: push
|
||||
Loading…
Add table
Add a link
Reference in a new issue