Skip to content

Commit

Permalink
push_docker.sh: Remove deprecated comments (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft authored and Shuotian Cheng committed Dec 1, 2016
1 parent b68ec0e commit c4f0833
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion push_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ build_remote_image_name=$REGISTRY_SERVER:$REGISTRY_PORT/$docker_image_name:$buil

## Add registry information as tag, so will push as latest
## Add additional tag with build information
## Temporarily add -f option to prevent error message of Docker engine version < 1.10.0
docker tag $docker_image_name $remote_image_name
docker tag $docker_image_name $build_remote_image_name

Expand Down

0 comments on commit c4f0833

Please sign in to comment.