Update Jenkinsfile
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
cbb593ce25
commit
c5c9a280d8
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -4,7 +4,7 @@ pipeline {
|
|||
stage('Build') {
|
||||
agent { label 'linux-aarch64' }
|
||||
steps {
|
||||
sh 'podman build -t docker.io/thallian/atuin:$TAG_NAME .'
|
||||
sh 'podman build -t docker.io/thallian/atuin:${env.BRANCH_NAME} .'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue