diff --git a/Jenkinsfile b/Jenkinsfile index 7b2bdbe..18a2bac 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:18.6.1' + sh 'podman build -t docker.io/thallian/atuin:18.6.1' . } } }