added actions setup
This commit is contained in:
parent
bd07c9a33e
commit
a4a661b76b
3 changed files with 37 additions and 2 deletions
36
.woodpecker.yml.disabled
Normal file
36
.woodpecker.yml.disabled
Normal file
|
@ -0,0 +1,36 @@
|
|||
pipeline:
|
||||
docker:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets:
|
||||
- DOCKER_USERNAME
|
||||
- DOCKER_PASSWORD
|
||||
settings:
|
||||
repo: spcodes/cadvisor
|
||||
platforms: linux/amd64,linux/arm64/v8
|
||||
tags:
|
||||
- v0.47.2
|
||||
- latest
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
cr:
|
||||
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
|
||||
platforms: linux/amd64,linux/arm64/v8
|
||||
tags:
|
||||
- v0.47.2
|
||||
- latest
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
Loading…
Add table
Add a link
Reference in a new issue