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
47cb25b920
commit
7dd1236f71
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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} ."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue