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'