Skip to content

Commit

Permalink
fix: add missing build dir dependency (#120) (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin authored Oct 18, 2023
1 parent b6bc7d3 commit f78422e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ release.save-images.tar:
@ls -latrh $(IMAGE_TAR_FILE)

.PHONY: cve-reporter.push-images
cve-reporter.push-images: $(GOJQ_BIN)
cve-reporter.push-images: $(GOJQ_BIN) $(BUILD_DIR)
cve-reporter.push-images: CVE_REPORTER_PROJECT_VERSION ?= main
cve-reporter.push-images:
$(call print-target)
Expand Down

0 comments on commit f78422e

Please sign in to comment.