Skip to content

Commit

Permalink
Merge pull request #12 from acornett21/main
Browse files Browse the repository at this point in the history
setting USE_IMAGE_DIGESTS ?= false for local development
  • Loading branch information
exe-prow-github-app[bot] authored Nov 14, 2023
2 parents 3d385dd + 5f64037 commit d72d1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ BUNDLE_GEN_FLAGS ?= -q --overwrite --version $(VERSION) $(BUNDLE_METADATA_OPTS)
# USE_IMAGE_DIGESTS defines if images are resolved via tags or digests
# You can enable this value if you would like to use SHA Based Digests
# To enable set flag to true
USE_IMAGE_DIGESTS ?= true
USE_IMAGE_DIGESTS ?= false
ifeq ($(USE_IMAGE_DIGESTS), true)
BUNDLE_GEN_FLAGS += --use-image-digests
endif
Expand Down

0 comments on commit d72d1bd

Please sign in to comment.