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:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
repo: git.f3l.de/${CI_REPO}
|
||||
registry: git.f3l.de
|
||||
tags: latest
|
||||
username:
|
||||
from_secret: registry_user
|
||||
password:
|
||||
from_secret: registry_token
|
||||
debug: true
|
||||
image: opensuse/tumbleweed
|
||||
commands:
|
||||
- date
|
||||
when:
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
event: push
|
||||
|
|
Loading…
Reference in a new issue