Skip to content

Commit

Permalink
Merge pull request #1971 from sawsa307/update-docker-config
Browse files Browse the repository at this point in the history
Update docker authentication
  • Loading branch information
k8s-ci-robot authored Feb 27, 2023
2 parents 88f329d + a21174b commit c4c40b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ push: $(PUSH_BUILDSTAMPS) images-push
ifeq (,$(findstring gcr.io,$(REGISTRY)))
@docker push $$(head -n 1 $<) $(VERBOSE_OUTPUT)
else
@gcloud auth configure-docker --quiet
@gcloud docker -- push $$(head -n 1 $<) $(VERBOSE_OUTPUT)
endif
@cat $< > $@
Expand Down

0 comments on commit c4c40b2

Please sign in to comment.