From 7a5d431497b063493e6f9caa9496b77c7d342ee9 Mon Sep 17 00:00:00 2001 From: Aneesh Puttur Date: Sun, 9 Feb 2025 08:31:37 -0500 Subject: [PATCH] Update build-bundle-image.yaml fix image versions --- .github/workflows/build-bundle-image.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-bundle-image.yaml b/.github/workflows/build-bundle-image.yaml index 5603104ad..2e0136160 100644 --- a/.github/workflows/build-bundle-image.yaml +++ b/.github/workflows/build-bundle-image.yaml @@ -12,6 +12,9 @@ jobs: defaults: run: working-directory: '.' + env: + IMAGE_TAG_BASE : ghcr.io/${{ github.repository }} + VERSION: latest steps: - name: 'Checkout GitHub Action' uses: actions/checkout@main