diff --git a/Jenkinsfile b/Jenkinsfile index bab2081..5014a0a 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:$TAG_NAME .' + sh 'podman build -t docker.io/thallian/atuin:${env.BRANCH_NAME} .' } } }