Skip to content

Commit

Permalink
Fix DOCKER_IMAGE_TAG default
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmaguire committed Feb 15, 2024
1 parent e7dbe87 commit 9a6fba7
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 @@ -34,7 +34,7 @@ ifndef DOCKER_IMAGE_REPO
DOCKER_IMAGE_REPO = nebula
endif
ifndef DOCKER_IMAGE_TAG
DOCKER_IMAGE_TAG = lates
DOCKER_IMAGE_TAG = latest
endif

LDFLAGS = -X main.Build=$(BUILD_NUMBER)
Expand Down

0 comments on commit 9a6fba7

Please sign in to comment.