Skip to content

Commit 5534447

Browse files
authored
Add latest tag (#3)
Co-authored-by: bxvtr <bxvtr@users.noreply.github.com>
1 parent 7ee5255 commit 5534447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endif
1717

1818
# IMAGE_REPO=$(IMAGE_REGISTRY)/oci-secrets-store-csi-driver-provider
1919
IMAGE_URL=$(IMAGE_REGISTRY)/$(IMAGE_REPO_NAME)
20-
IMAGE_TAG=$(GIT_TAG)
20+
IMAGE_TAG?=latest
2121
IMAGE_PATH=$(IMAGE_URL):$(IMAGE_TAG)
2222

2323
LDFLAGS?="-X github.com/oracle-samples/oci-secrets-store-csi-driver-provider/internal/server.BuildVersion=$(BUILD_VERSION)"

0 commit comments

Comments
 (0)