Skip to content

Commit ba9e68e

Browse files
authored
Update containerBuildPushGeneric.groovy
1 parent 547783e commit ba9e68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/containerBuildPushGeneric.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def call(String imageName, String imageTag = env.BUILD_NUMBER, String gcpProject
3434
cat /home/user/key/gcr-key.json | img login -u _json_key --password-stdin https://gcr.io
3535
img push ${dockerReg}/${imageName}:${imageTag}
3636
"""
37-
env.prevImageTag=${imageTag}
37+
env.prevImageTag=imageTag
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)