Skip to content

Commit

Permalink
Update build-bundle-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeshkp authored Feb 9, 2025
1 parent 9afb934 commit 3bb1738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-bundle-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bb1738

Please sign in to comment.