We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68ec0e commit c4f0833Copy full SHA for c4f0833
push_docker.sh
@@ -23,7 +23,6 @@ build_remote_image_name=$REGISTRY_SERVER:$REGISTRY_PORT/$docker_image_name:$buil
23
24
## Add registry information as tag, so will push as latest
25
## Add additional tag with build information
26
-## Temporarily add -f option to prevent error message of Docker engine version < 1.10.0
27
docker tag $docker_image_name $remote_image_name
28
docker tag $docker_image_name $build_remote_image_name
29
0 commit comments