From e0026355878cb49025cf22431b5dc40450812c67 Mon Sep 17 00:00:00 2001 From: Aneesh Puttur Date: Sun, 9 Feb 2025 08:55:43 -0500 Subject: [PATCH] Update build-bundle-image.yaml --- .github/workflows/build-bundle-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-bundle-image.yaml b/.github/workflows/build-bundle-image.yaml index 6632d1877..68448bb44 100644 --- a/.github/workflows/build-bundle-image.yaml +++ b/.github/workflows/build-bundle-image.yaml @@ -14,7 +14,7 @@ jobs: working-directory: '.' env: IMAGE_TAG_BASE : ghcr.io/${{ github.repository }} - BUNDLE_IMG: ghcr.io/${{ github.repository }}:latest-bundle:latest + BUNDLE_IMG: ghcr.io/${{ github.repository }}:latest-bundle:v1.0.0 VERSION: latest steps: - name: 'Checkout GitHub Action'