Update Jenkinsfile
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 16:04:22 +00:00
parent c5c9a280d8
commit fbaeb380b4

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
stage('Build') {
agent { label 'linux-aarch64' }
steps {
sh 'podman build -t docker.io/thallian/atuin:${env.BRANCH_NAME} .'
sh "podman build -t docker.io/thallian/atuin:${env.BRANCH_NAME} ."
}
}
}