updated .woodpecker.yml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
5df48c65db
commit
99797b3dea
1 changed files with 13 additions and 11 deletions
|
@ -1,9 +1,10 @@
|
|||
pipeline:
|
||||
docker:
|
||||
image: plugins/docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets:
|
||||
- DOCKER_USERNAME
|
||||
- DOCKER_PASSWORD
|
||||
settings:
|
||||
repo: spcodes/cadvisor
|
||||
tags:
|
||||
- v0.47.2
|
||||
|
@ -14,12 +15,13 @@ pipeline:
|
|||
event:
|
||||
- push
|
||||
cr:
|
||||
image: plugins/docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets:
|
||||
- source: CR_USERNAME
|
||||
target: DOCKER_USERNAME
|
||||
- source: CR_PASSWORD
|
||||
target: DOCKER_PASSWORD
|
||||
settings:
|
||||
registry: cr.sp-codes.de
|
||||
repo: cr.sp-codes.de/sp-codes/cadvisor
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue