wip
All checks were successful
ci/woodpecker/pr/renovate Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/pr/deploy Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/pr/next Pipeline was successful

This commit is contained in:
OCram85 2022-11-22 14:42:38 +01:00
parent 35f0f4743f
commit c2213eb641
2 changed files with 2 additions and 2 deletions

View File

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

View File

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