This commit is contained in:
OCram85 2022-11-22 14:40:55 +01:00
parent 26d9a9fc1a
commit 35f0f4743f
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ pipeline:
password:
from_secret: gitea_passwd
build_args:
- VERSION="$CI_COMMIT_TAG ($CI_COMMIT_BRANCH)"
- VERSION="Tag: ${CI_COMMIT_TAG} | Branch: ${CI_COMMIT_BRANCH}"
when:
event:
- push

View File

@ -16,6 +16,6 @@ pipeline:
password:
from_secret: gitea_passwd
build_args:
- VERSION="$CI_COMMIT_TAG ($CI_COMMIT_BRANCH)"
- VERSION="Tag: ${CI_COMMIT_TAG} | Branch: ${CI_COMMIT_BRANCH}"
when:
event: pull_request