try git ref
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run
This commit is contained in:
parent
04b12aa1c3
commit
9322fb6bcd
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -12,7 +12,7 @@ pipeline {
|
|||
stage('Build') {
|
||||
when { tag "*" }
|
||||
steps {
|
||||
sh "echo ${env.GIT_URL}"
|
||||
sh "printenv"
|
||||
sh "echo $REPO_NAME"
|
||||
sh "podman build -t ${CONTAINER_REGISTRY}/${REPO_NAME}:${env.GIT_REF} ."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue