maintanace/.woodpecker/docker.yaml
Phil fce9b40b61
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
.woodpecker/docker.yaml aktualisiert
2025-05-29 14:43:14 +00:00

22 lines
No EOL
440 B
YAML

when:
branch: main
event: push
variables:
- &repo git.hackmi.ch/${CI_REPO_OWNER}/maintanace
steps:
publish:
image: docker.io/woodpeckerci/plugin-docker-buildx:latest
settings:
platforms: linux/amd64
repo: *repo
registry: git.hackmi.ch
tags: latest
username:
from_secret: ci-package-user
password:
from_secret: ci-package-pw
when:
branch: main
event: push