diff --git a/.woodpecker.yml b/.woodpecker.yml index 223cd8c..54ecdce 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,6 +16,9 @@ pipeline: build-and-push: image: woodpeckerci/plugin-docker-buildx:2.0 settings: + tags: latest + tag: latest + platforms: linux/amd64 username: from_secret: harbor_username password: @@ -23,9 +26,7 @@ pipeline: repo: harbor.sebclem.fr/sebclem/${CI_REPO_NAME} cache_from: harbor.sebclem.fr/sebclem/${CI_REPO_NAME} registry: harbor.sebclem.fr - auto_tag: true - tags: latest - tag: latest + # when: # environment: production # event: deployment