diff --git a/pkg/package.mk b/pkg/package.mk index bc4d388a9..58795a5ff 100644 --- a/pkg/package.mk +++ b/pkg/package.mk @@ -46,6 +46,9 @@ show-tag: tag: $(BASE_DEPS) $(DEPS) docker pull $(TAG) || docker build $(LABELS) $(NET_OPT) -t $(TAG) . +forcetag: $(BASE_DEPS) $(DEPS) + docker build $(LABELS) $(NET_OPT) -t $(TAG) . + push: tag ifneq ($(DIRTY),) $(error Your repository is not clean. Will not push package image.)