This repository has been archived on 2025-10-08. You can view files and clone it, but cannot push or open issues or pull requests.
miniauthold/.woodpecker/release.yml
kekskurse bc087a5a2d
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
feat: add release job
2025-03-12 22:30:03 +01:00

21 lines
446 B
YAML

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