Skip to content

Commit

Permalink
chore: update master branch build version
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored Sep 14, 2023
1 parent c743c9e commit e1965b3
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 @@ -17,7 +17,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
REGISTRY ?= andyzhangx
REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
IMAGE_NAME ?= blob-csi
IMAGE_VERSION ?= v1.23.0
IMAGE_VERSION ?= v1.24.0
CLOUD ?= AzurePublicCloud
# Use a custom version for E2E tests if we are in Prow
ifdef CI
Expand Down

0 comments on commit e1965b3

Please sign in to comment.