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 a9e901fd39
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/playwright Pipeline was successful
ci/woodpecker/push/deplyoment Pipeline was successful
chore: dont run reelase step anymore
2025-03-13 14:07:04 +01:00

20 lines
452 B
YAML

when:
- event: push
branch: main2
depends_on:
- test
- playwright
steps:
- name: build-docker-image
image: woodpeckerci/plugin-docker-buildx:5.2.1
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