Skip to content

Commit

Permalink
chore: don't suppress echoing commands of hack-build target (akuity#2710
Browse files Browse the repository at this point in the history
)

Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
  • Loading branch information
krancour authored Oct 10, 2024
1 parent 876ca08 commit 9c10924
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 @@ -292,7 +292,7 @@ hack-codegen: hack-build-dev-tools
# make hack-build IMAGE_PLATFORMS=linux/amd64 DOCKER_BUILD_OPTS=--no-cache
.PHONY: hack-build
hack-build: build-base-image
@{ \
{ \
$(CONTAINER_RUNTIME) run -d -p 5000:$(LOCAL_REG_PORT) --name tmp-registry registry:2; \
trap '$(CONTAINER_RUNTIME) rm -f tmp-registry' EXIT; \
docker push $(BASE_IMAGE):latest-amd64; \
Expand Down

0 comments on commit 9c10924

Please sign in to comment.