Skip to content

Commit 3d9170b

Browse files
Update Jenkinsfile
1 parent f0d63eb commit 3d9170b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

continuous-integration/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pipeline {
44
registry = "vanessakovalsky/my-image-python"
55
registryCredential = 'docker'
66
APP_CONTAINER_NAME = "myapppython"
7-
DOCKER_IMAGE = registry
7+
DOCKER_IMAGE = "vanessakovalsky/my-image-python"
88
DOCKER_TAG = ${BUILD_NUMBER}
99
}
1010

0 commit comments

Comments
 (0)