push on tags
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
SebClem 2023-07-04 16:37:31 +02:00
parent cab88875b1
commit 2d17658e56
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -6,6 +6,7 @@ pipeline:
cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME} cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME}
registry: git.sebclem.fr registry: git.sebclem.fr
dry_run: true dry_run: true
auto_tag: true
logins: logins:
- registry: https://git.sebclem.fr - registry: https://git.sebclem.fr
username: username:
@ -19,7 +20,7 @@ pipeline:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
settings: settings:
platforms: linux/amd64 platforms: linux/amd64
tag: latest auto_tag: true
repo: git.sebclem.fr/sebclem/${CI_REPO_NAME} repo: git.sebclem.fr/sebclem/${CI_REPO_NAME}
cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME} cache_from: git.sebclem.fr/sebclem/${CI_REPO_NAME}
logins: logins:
@ -29,5 +30,5 @@ pipeline:
password: password:
from_secret: docker_token from_secret: docker_token
when: when:
environment: production event:
event: deployment - tag