Skip to content

Commit b721a9d

Browse files
committed
Bump build to bitpoke/[email protected]
2 parents d199bd1 + 885992d commit b721a9d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build/makelib/image.mk

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ $(foreach r,$(REGISTRIES), $(foreach i,$(IMAGES), $(foreach a,$(IMAGE_ARCHS),$(e
224224
.img.release.clean: ;@
225225

226226
.PHONY: img.prune .img.done .img.clean .do.img.clean .img.release.build .img.release.publish .img.release.promote
227-
.PHONY: .img.release.clean .img.cache
227+
.PHONY: .img.release.clean .img.cache img.publish
228228

229229
# ====================================================================================
230230
# Common Targets
@@ -250,9 +250,11 @@ clean: .img.clean .img.release.clean
250250

251251
.publish.init: .img.release.build
252252

253+
img.publish: $(addprefix .img.release.manifest.publish.,$(IMAGES))
254+
253255
# only publish images for master and release branches
254256
ifneq ($(filter master release-%,$(BRANCH_NAME)),)
255-
.publish.run: $(addprefix .img.release.manifest.publish.,$(IMAGES))
257+
.publish.run: img.publish
256258
endif
257259

258260
.promote.run: $(addprefix .img.release.manifest.promote.,$(IMAGES))

0 commit comments

Comments
 (0)