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
7094d75d91
commit
04b12aa1c3
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -12,6 +12,8 @@ pipeline {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
when { tag "*" }
|
when { tag "*" }
|
||||||
steps {
|
steps {
|
||||||
|
sh "echo ${env.GIT_URL}"
|
||||||
|
sh "echo $REPO_NAME"
|
||||||
sh "podman build -t ${CONTAINER_REGISTRY}/${REPO_NAME}:${env.GIT_REF} ."
|
sh "podman build -t ${CONTAINER_REGISTRY}/${REPO_NAME}:${env.GIT_REF} ."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue