From 7ead1dd37a85c521d9e2226b82c5dfa27030c315 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 25 Nov 2022 08:34:27 +0100 Subject: [PATCH] testing --- .woodpecker/.next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.next.yml b/.woodpecker/.next.yml index cdc581f..8b2ac2b 100644 --- a/.woodpecker/.next.yml +++ b/.woodpecker/.next.yml @@ -16,7 +16,7 @@ pipeline: password: from_secret: gitea_passwd build_args: - - VERSION= Tag='${CI_COMMIT_TAG}'; Branch='${CI_COMMIT_SOURCE_BRANCH}'; PR='${CI_COMMIT_PULL_REQUEST}' + - VERSION=${CI_COMMIT_TAG:-${CI_COMMIT_PULL_REQUEST}}' when: event: pull_request