Skip to content

Commit 7862e0d

Browse files
committed
Remove test-* targets
1 parent 7354625 commit 7862e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tag-latest: $(BUILD_LATEST_DEP)
5555
push: $(foreach version,$(VERSIONS),push-$(version)) $(PUSH_DEP)
5656

5757
define push-version
58-
push-$1: test-$1
58+
push-$1:
5959
$(DOCKER) image push $(REPO_NAME)/$(IMAGE_NAME):$(version)
6060
endef
6161
$(foreach version,$(VERSIONS),$(eval $(call push-version,$(version))))

0 commit comments

Comments
 (0)