Skip to content

Commit

Permalink
Fix push path
Browse files Browse the repository at this point in the history
  • Loading branch information
dim committed Mar 2, 2017
1 parent e4e8e60 commit 1d27f0f
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 @@ -16,7 +16,7 @@ docker.build: drone-s3-cache Dockerfile
docker build -t blacksquaremedia/drone-s3-cache:latest .

docker.push: docker.build
docker push blacksquaremedia/drone:latest
docker push blacksquaremedia/drone-s3-cache:latest

.PHONY: docker.build docker.push

Expand Down

0 comments on commit 1d27f0f

Please sign in to comment.