We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d6823 commit a622e54Copy full SHA for a622e54
Makefile
@@ -306,7 +306,7 @@ endif
306
release-build: ## Build release for $APP_NAME and tag it with current git hash
307
@:$(call check_defined, APP_NAME, the name of subdirectory of /infra that holds the application's infrastructure code)
308
cd $(APP_NAME) && $(MAKE) release-build \
309
- OPTS="--tag $(IMAGE_NAME):latest --tag $(IMAGE_NAME):$(IMAGE_TAG)"
+ OPTS="--tag $(IMAGE_NAME):latest --tag $(IMAGE_NAME):$(IMAGE_TAG) $(OPTIONAL_BUILD_FLAGS)"
310
311
release-publish: ## Publish release to $APP_NAME's build repository
312
0 commit comments