Browse Source

fixed version for docker

Bulat Yusupov 5 years ago
parent
commit
6be0de2829
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -112,7 +112,7 @@ spec:
         stage('Remove unused docker image') {
             steps{
                 container('docker-client') {
-                    sh "docker rmi $registry:VERSION"
+                    sh "docker rmi $registry:$VERSION"
                 }
             }
         }