updated .woodpecker.yml
This commit is contained in:
parent
cb674f2db5
commit
83640daa73
1 changed files with 9 additions and 7 deletions
|
@ -5,27 +5,29 @@ pipeline:
|
|||
- npm install
|
||||
- npm run build:ssr
|
||||
docker:
|
||||
image: plugins/docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets:
|
||||
- DOCKER_USERNAME
|
||||
- DOCKER_PASSWORD
|
||||
repo: samuelph/universal-statuspage
|
||||
tags: latest
|
||||
settings:
|
||||
repo: samuelph/universal-statuspage
|
||||
tags: latest
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
cr:
|
||||
image: plugins/docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets:
|
||||
- source: CR_USERNAME
|
||||
target: DOCKER_USERNAME
|
||||
- source: CR_PASSWORD
|
||||
target: DOCKER_PASSWORD
|
||||
registry: cr.sp-codes.de
|
||||
repo: cr.sp-codes.de/samuel-p/universal-statuspage
|
||||
tags: latest
|
||||
settings:
|
||||
registry: cr.sp-codes.de
|
||||
repo: cr.sp-codes.de/samuel-p/universal-statuspage
|
||||
tags: latest
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
|
|
Reference in a new issue