We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c940e commit a66c96eCopy full SHA for a66c96e
Jenkinsfile
@@ -12,7 +12,7 @@ pipeline {
12
stages {
13
stage('Prepare') {
14
steps {
15
- sh 'docker pull jc21/nginx-proxy-manager-base'
+ sh 'docker pull jc21/$IMAGE_NAME-base'
16
sh 'docker pull $DOCKER_CI_TOOLS'
17
}
18
0 commit comments