Skip to content

Commit 4186bd1

Browse files
authored
Merge pull request #1243 from mathbunnyru/asalikhov/push_all_tags
Push all tags in docker push command
2 parents 70a7cb8 + e1517d1 commit 4186bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ pull/%: ## pull a jupyter image
154154

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

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

0 commit comments

Comments
 (0)