Skip to content

Commit a66c96e

Browse files
committed
Fix CI
1 parent b9c940e commit a66c96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pipeline {
1212
stages {
1313
stage('Prepare') {
1414
steps {
15-
sh 'docker pull jc21/nginx-proxy-manager-base'
15+
sh 'docker pull jc21/$IMAGE_NAME-base'
1616
sh 'docker pull $DOCKER_CI_TOOLS'
1717
}
1818
}

0 commit comments

Comments
 (0)