Skip to content

Commit

Permalink
do the same for other makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tonglil committed Feb 17, 2017
1 parent f32ef32 commit bba7213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/custom-controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ container: server
docker build --pull -t $(PREFIX)-$(ARCH):$(TAG) .

push: container
gcloud docker push $(PREFIX)-$(ARCH):$(TAG)
gcloud docker -- push $(PREFIX)-$(ARCH):$(TAG)

clean:
rm -f server
Expand Down
2 changes: 1 addition & 1 deletion images/nginx-slim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ container:
docker build --pull -t $(PREFIX):$(TAG) .

push: container
gcloud docker push $(PREFIX):$(TAG)
gcloud docker -- push $(PREFIX):$(TAG)

clean:
docker rmi -f $(PREFIX):$(TAG) || true

0 comments on commit bba7213

Please sign in to comment.