Commit 8e0cd2c8 by Feanil Patel

The -f flag does not make sense for the tag command.

parent 6c8c2d64
......@@ -49,7 +49,7 @@ $(docker_pkg)%: .build/%/Dockerfile.pkg
docker build -t $*:latest -f $< .
$(docker_push)%: $(docker_pkg)%
docker tag -f $*:latest edxops/$*:latest
docker tag $*:latest edxops/$*:latest
docker push edxops/$*:latest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment