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 a3a7841 commit aa6b4b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-bundle-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
run:
working-directory: '.'
env:
IMAGE_TAG_BASE : ghcr.io/${{ github.repository }}
IMAGE_TAG_BASE : ghcr.io/${{ github.repository }}
BUNDLE_IMG: ${{IMAGE_TAG_BASE}}-bundle:latest
VERSION: latest
steps:
- name: 'Checkout GitHub Action'
Expand Down

0 comments on commit aa6b4b0

Please sign in to comment.