Skip to content

Commit

Permalink
Yup
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowers committed Apr 19, 2016
1 parent 0de40b7 commit e9ef171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ container: all

push-container: container
ifeq ($(strip $(GITDIRTY)),)
docker tag mazes-c quay.io/joeatwork/mazes-c:$(GITSHA)
docker push quay.io/joeatwork/mazes-c:$(GITSHA)
docker tag mazes-c staging.quay.io/joeatwork/mazes-c:$(GITSHA)
docker push staging.quay.io/joeatwork/mazes-c:$(GITSHA)
else
@echo "I won't push the container from a dirty repo"
endif
Expand Down

0 comments on commit e9ef171

Please sign in to comment.