diff --git a/Jenkinsfile b/Jenkinsfile index 5014a0a..4608b36 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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} ." } } }