We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33da3b commit eec9debCopy full SHA for eec9deb
build.sh
@@ -46,7 +46,7 @@ docker-build -v "vips-ssh" $BASE_NAME -f node-vips-ssh/Dockerfile .
46
docker-build -v "vips-ssh-onbuild" $BASE_NAME -f node-vips-ssh/Dockerfile.onbuild .
47
48
# List of newly created images
49
-export images=$(docker images $BASE_NAME | tr -s '[:space:]' | cut -f1,2 -d' ' | sed 's/ /:/')
+images=$(docker images $BASE_NAME | tr -s '[:space:]' | cut -f1,2 -d' ' | sed 's/ /:/')
50
51
# we actually need to
52
# Push to docker when DEPLOY is true
0 commit comments