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:17:12 +02:00
parent 56c375dbb0
commit 47cb25b920
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M

3
Jenkinsfile vendored
View file

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