2023-11-03 23:54:02 +01:00
|
|
|
steps:
|
2023-11-03 23:09:17 +01:00
|
|
|
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
|
|
|
|
when:
|
|
|
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
|
|
|
event: push
|