Skip to content

Commit

Permalink
chore: quote docker creds (#122)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira authored and andrewrynhard committed Apr 11, 2019
1 parent ebed4b3 commit 57c9dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ image: build

.PHONY: login
login:
@docker login --username $(DOCKER_USERNAME) --password $(DOCKER_PASSWORD)
@docker login --username "$(DOCKER_USERNAME)" --password "$(DOCKER_PASSWORD)"

push: image
@docker tag autonomy/conform:$(TAG) autonomy/conform:latest
Expand Down

0 comments on commit 57c9dbd

Please sign in to comment.