From 8aaa068a6f5bc3172772f34cb586607269b9d29f Mon Sep 17 00:00:00 2001 From: Mi Klo Date: Wed, 19 Jul 2023 00:30:34 +0000 Subject: [PATCH] remove pipeline condition --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 49a78c8..0df3e03 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,5 @@ -when: - event: tag +#when: +# event: tag steps: build-push: @@ -8,8 +8,8 @@ steps: registry: forge.citizen4.eu repo: forge.citizen4.eu/${CI_REPO_OWNER}/${CI_REPO_NAME} tags: - - ${CI_COMMIT_TAG} -# - ${CI_COMMIT_SHA:0:10} +# - ${CI_COMMIT_TAG} + - ${CI_COMMIT_SHA:0:10} - latest username: from_secret: docker_username