Compare commits

..

No commits in common. "302b3b627ed6a2d500c5db8f5adb12f83db8f009" and "18967cf2f86b08f572c37a6a6e775ac1cf45c677" have entirely different histories.

View file

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