try git ref
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run

This commit is contained in:
Sebastian Hugentobler 2025-06-04 08:03:08 +02:00
parent 04b12aa1c3
commit 9322fb6bcd
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M

2
Jenkinsfile vendored
View file

@ -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} ."
}