Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Use the correct format for dockerhub pulls
Browse files Browse the repository at this point in the history
  • Loading branch information
cpennington committed Feb 8, 2016
1 parent 7345f91 commit e0f28ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docker.pkg: $(foreach image,$(images),$(docker_pkg)$(image))
docker.push: $(foreach image,$(images),$(docker_push)$(image))

$(docker_pull)%:
docker pull $*
docker pull $(subst @,:,$*)

$(docker_build)%: docker/build/%/Dockerfile
docker build -f $< .
Expand Down

0 comments on commit e0f28ee

Please sign in to comment.