go #13
@ -6,6 +6,7 @@ pipeline:
|
||||
cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
||||
registry: git.sebclem.fr
|
||||
dry_run: true
|
||||
auto_tag: true
|
||||
logins:
|
||||
- registry: https://git.sebclem.fr
|
||||
username:
|
||||
@ -19,7 +20,7 @@ pipeline:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
tag: latest
|
||||
auto_tag: true
|
||||
repo: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
||||
cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME}
|
||||
logins:
|
||||
@ -29,5 +30,5 @@ pipeline:
|
||||
password:
|
||||
from_secret: docker_token
|
||||
when:
|
||||
environment: production
|
||||
event: deployment
|
||||
event:
|
||||
- tag
|
Loading…
Reference in New Issue
Block a user