Skip to content

Commit

Permalink
Merge pull request #1243 from mathbunnyru/asalikhov/push_all_tags
Browse files Browse the repository at this point in the history
Push all tags in docker push command
  • Loading branch information
romainx authored Feb 24, 2021
2 parents 70a7cb8 + e1517d1 commit 4186bd1
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 @@ -154,7 +154,7 @@ pull/%: ## pull a jupyter image

push/%: DARGS?=
push/%: ## push all tags for a jupyter image
docker push $(DARGS) $(OWNER)/$(notdir $@)
docker push --all-tags $(DARGS) $(OWNER)/$(notdir $@)

push-all: $(foreach I,$(ALL_IMAGES),push/$(I) ) ## push all tagged images

Expand Down

0 comments on commit 4186bd1

Please sign in to comment.