17 lines
430 B
YAML
17 lines
430 B
YAML
|
when:
|
||
|
event: tag
|
||
|
steps:
|
||
|
publish:
|
||
|
image: woodpeckerci/plugin-docker-buildx
|
||
|
settings:
|
||
|
platforms: linux/amd64
|
||
|
auto_tag: true
|
||
|
repo: git.sebclem.fr/sebclem/${CI_REPO_NAME,,}
|
||
|
cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME,,}
|
||
|
logins:
|
||
|
- registry: https://git.sebclem.fr
|
||
|
username:
|
||
|
from_secret: docker_user
|
||
|
password:
|
||
|
from_secret: docker_token
|