Skip to content

Commit c4f0833

Browse files
qiluo-msftShuotian Cheng
authored andcommitted
push_docker.sh: Remove deprecated comments (#90)
1 parent b68ec0e commit c4f0833

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

push_docker.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ build_remote_image_name=$REGISTRY_SERVER:$REGISTRY_PORT/$docker_image_name:$buil
2323

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

0 commit comments

Comments
 (0)