This commit is contained in:
parent
0b620d4e0f
commit
5c19c62afd
1 changed files with 4 additions and 12 deletions
|
@ -1,16 +1,8 @@
|
||||||
pipeline:
|
steps:
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: opensuse/tumbleweed
|
||||||
settings:
|
commands:
|
||||||
platforms: linux/amd64
|
- date
|
||||||
repo: git.f3l.de/${CI_REPO}
|
|
||||||
registry: git.f3l.de
|
|
||||||
tags: latest
|
|
||||||
username:
|
|
||||||
from_secret: registry_user
|
|
||||||
password:
|
|
||||||
from_secret: registry_token
|
|
||||||
debug: true
|
|
||||||
when:
|
when:
|
||||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||||
event: push
|
event: push
|
||||||
|
|
Loading…
Reference in a new issue