From e65670bd701f01cf0699a7bec1519519d3fabac4 Mon Sep 17 00:00:00 2001 From: SebClem Date: Sun, 18 Dec 2022 20:03:24 +0100 Subject: [PATCH] =?UTF-8?q?efp=C3=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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