feat: add release job
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/playwright Pipeline was successful
ci/woodpecker/push/release Pipeline was successful

This commit is contained in:
kekskurse 2025-03-12 22:30:03 +01:00
parent 57fdce06bd
commit bc087a5a2d

21
.woodpecker/release.yml Normal file
View file

@ -0,0 +1,21 @@
when:
- event: push
branch: main
depends_on:
- test
- playwright
steps:
- name: build-docker-image
image: woodpeckerci/plugin-docker-buildx
settings:
repo: git.keks.cloud/${CI_REPO_OWNER}/miniauth
dockerfile: Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm64/v8
tag: latest
registry: git.keks.cloud
username: ${CI_REPO_OWNER}
password:
from_secret: docker_password