Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <[email protected]>

Co-authored-by: Hidde Beydals <[email protected]>
  • Loading branch information
krancour and hiddeco authored Oct 8, 2024
1 parent b732e91 commit b3b4a1a
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 @@ -15,7 +15,7 @@ VERSION_PACKAGE := github.com/akuity/kargo/internal/version
CONTAINER_RUNTIME ?= docker

IMAGE_REPO ?= kargo
LOCAL_REG_PORT ?= 5000
LOCAL_REG_PORT ?= 5000
BASE_IMAGE ?= localhost:$(LOCAL_REG_PORT)/$(IMAGE_REPO)-base
IMAGE_TAG ?= dev
IMAGE_PUSH ?= false
Expand Down

0 comments on commit b3b4a1a

Please sign in to comment.