Skip to content

Commit

Permalink
Fix docker-push target
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed Jul 1, 2016
1 parent f48ef31 commit 334610c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ docker-tag-%:
docker tag $(IMAGE):latest $(IMAGE):$*

docker-push:
docker push $(IMAGE):latest $(IMAGE):$(VERSION)
docker push $(IMAGE):$(VERSION)

docker-push-%: docker-tag-%
docker push $(IMAGE):$*
Expand Down

0 comments on commit 334610c

Please sign in to comment.