18 lines
No EOL
336 B
YAML
18 lines
No EOL
336 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
|
|
when:
|
|
branch: main
|
|
event: push |