Skip to content

Commit

Permalink
added local as default for registry (#3876)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaljeeti authored Jun 21, 2024
1 parent db07aae commit da257e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ common_mounts = -v $(build_path)/.config/gcloud:/root/.config/gcloud \
-v $(build_path)/.gomod:/go/pkg/mod

# Its possible for this to change in the future, so it gets its own variable.
REGISTRY ?= local
workdir_path = $(mount_path)

build_version = $(call sha,$(build_path)/build-image/Dockerfile)
Expand Down

0 comments on commit da257e0

Please sign in to comment.