updated .woodpecker.yml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Samuel Philipp 2023-07-15 02:45:46 +02:00
parent cb674f2db5
commit 83640daa73

View file

@ -5,27 +5,29 @@ pipeline:
- npm install - npm install
- npm run build:ssr - npm run build:ssr
docker: docker:
image: plugins/docker image: woodpeckerci/plugin-docker-buildx
secrets: secrets:
- DOCKER_USERNAME - DOCKER_USERNAME
- DOCKER_PASSWORD - DOCKER_PASSWORD
repo: samuelph/universal-statuspage settings:
tags: latest repo: samuelph/universal-statuspage
tags: latest
when: when:
branch: branch:
- main - main
event: event:
- push - push
cr: cr:
image: plugins/docker image: woodpeckerci/plugin-docker-buildx
secrets: secrets:
- source: CR_USERNAME - source: CR_USERNAME
target: DOCKER_USERNAME target: DOCKER_USERNAME
- source: CR_PASSWORD - source: CR_PASSWORD
target: DOCKER_PASSWORD target: DOCKER_PASSWORD
registry: cr.sp-codes.de settings:
repo: cr.sp-codes.de/samuel-p/universal-statuspage registry: cr.sp-codes.de
tags: latest repo: cr.sp-codes.de/samuel-p/universal-statuspage
tags: latest
when: when:
branch: branch:
- main - main