22 lines
No EOL
440 B
YAML
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 |