diff --git a/Jenkinsfile b/Jenkinsfile index 64ba908..cbe1ab3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent none stages { stage('Build docker image') { - agent { label 'test-build' } + agent { label 'docker-build' } environment { TAG = "${env.BRANCH_NAME == "main" ? "latest" : env.BRANCH_NAME}" }