Skip to content

Commit 7f59539

Browse files
authored
Merge pull request #991 from michaelhtm/fix/version-generation
fix: remove GIT_VERSION suffix
2 parents c65ec59 + 7d78bab commit 7f59539

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/tasks/push-images

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ echo "Using HELM_IMAGE=${HELM_IMAGE}"
3131
# build first, technically this is not needed as publish does a build too
3232
RELEASE_VERSION=${IMAGE_TAG} OCI_REPO=${IMAGE_PREFIX%/} make build-image
3333

34-
# we are also pushing the helm chart, build it first
35-
RELEASE_VERSION=${IMAGE_TAG} HELM_IMAGE=${HELM_IMAGE} make package-helm
36-
37-
3834
# Do the actual publish
3935
RELEASE_VERSION=${IMAGE_TAG} OCI_REPO=${IMAGE_PREFIX%/} make publish-image
36+
37+
# we are also pushing the helm chart, build it first
38+
RELEASE_VERSION=${IMAGE_TAG} HELM_IMAGE=${HELM_IMAGE} make package-helm
39+
# then publish it
4040
RELEASE_VERSION=${IMAGE_TAG} HELM_IMAGE=${HELM_IMAGE} make publish-helm

0 commit comments

Comments
 (0)