Skip to content

Commit

Permalink
Fix OUT_IMAGE_VERSION set for the validator image in ngc release jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Desiniotis <[email protected]>
  • Loading branch information
cdesiniotis committed Dec 5, 2024
1 parent 9afd674 commit 1468053
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion validator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ IMAGE_TAG ?= $(VERSION)
IMAGE = $(IMAGE_NAME):$(IMAGE_TAG)

OUT_IMAGE_NAME ?= $(IMAGE_NAME)
OUT_IMAGE_TAG = $(VERSION)
OUT_IMAGE_VERSION ?= $(VERSION)
OUT_IMAGE_TAG = $(OUT_IMAGE_VERSION)
OUT_IMAGE = $(OUT_IMAGE_NAME):$(OUT_IMAGE_TAG)

##### Public rules #####
Expand Down

0 comments on commit 1468053

Please sign in to comment.