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-03 19:21:46 +02:00
parent 47cb25b920
commit 7dd1236f71
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M

2
Jenkinsfile vendored
View file

@ -10,7 +10,7 @@ pipeline {
stage('Build') {
when { tag "*" }
steps {
sh "podman build -t docker.io/thallian/atuin:${env.GIT_TAG} ."
sh "podman build -t docker.io/thallian/atuin:${env.GIT_REF} ."
}
}
}