From 3bb1738f7c7811ade8ef6b045a47d50fd72a32b3 Mon Sep 17 00:00:00 2001 From: Aneesh Puttur Date: Sun, 9 Feb 2025 09:38:43 -0500 Subject: [PATCH] Update build-bundle-image.yaml --- .github/workflows/build-bundle-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-bundle-image.yaml b/.github/workflows/build-bundle-image.yaml index 9cd9860a3..7a71da0bb 100644 --- a/.github/workflows/build-bundle-image.yaml +++ b/.github/workflows/build-bundle-image.yaml @@ -25,10 +25,10 @@ jobs: - name: 'Build Bundle Image' run: | - VERSION=1.0 + export VERSION=1.0 echo "Version is: $VERSION" # Debugging: Print the version export IMG=ghcr.io/${{ github.repository }}:latest - export IMAGE_TAG_BASE="ghcr.io/${{ github.repository }}:$VERSION" + export IMAGE_TAG_BASE="ghcr.io/${{ github.repository }}" make bundle make bundle-build make bundle-push