From b8846f62aef623dec980db57e186fc8f8903a37a Mon Sep 17 00:00:00 2001 From: SebClem Date: Sun, 18 Dec 2022 20:11:41 +0100 Subject: [PATCH] wtf --- .woodpecker.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 54ecdce..e398094 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -13,19 +13,18 @@ pipeline: # when: # event: [push, pull_request, manual] - build-and-push: + publish: image: woodpeckerci/plugin-docker-buildx:2.0 settings: - tags: latest - tag: latest platforms: linux/amd64 username: from_secret: harbor_username password: from_secret: harbor_password repo: harbor.sebclem.fr/sebclem/${CI_REPO_NAME} - cache_from: harbor.sebclem.fr/sebclem/${CI_REPO_NAME} + # cache_from: harbor.sebclem.fr/sebclem/${CI_REPO_NAME} registry: harbor.sebclem.fr + tag: latest # when: # environment: production