chore: add Dockerfile & ci for publishing dev images
This commit is contained in:
parent
e5be439178
commit
86cd52a081
5 changed files with 64 additions and 24 deletions
20
.woodpecker/docker.yml
Normal file
20
.woodpecker/docker.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
branches: [dev]
|
||||
platform: 'linux/amd64'
|
||||
depends_on:
|
||||
- build
|
||||
|
||||
pipeline:
|
||||
dev:
|
||||
image: 'woodpeckerci/plugin-docker-buildx'
|
||||
secrets:
|
||||
- 'docker_username'
|
||||
- 'docker_password'
|
||||
settings:
|
||||
registry: 'git.rustybever.be'
|
||||
repo: 'git.rustybever.be/chewing_bever/rieter'
|
||||
tags:
|
||||
- 'dev'
|
||||
platforms: [ 'linux/amd64' ]
|
||||
when:
|
||||
event: push
|
||||
branch: dev
|
||||
Loading…
Add table
Add a link
Reference in a new issue