Skip to content

Commit

Permalink
fix: update manifest and helm charts (#272)
Browse files Browse the repository at this point in the history
Signed-off-by: Heba <31887807+helayoty@users.noreply.github.com>
  • Loading branch information
helayoty authored Mar 4, 2024
1 parent 027e975 commit 9a26ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
with:
token: ${{ secrets.PAT }}
event-type: release-tag
client-payload: '{"isRelease": true,"registry": "$${{ env.REGISTRY }}","tag": "${{ env.IMG_TAG }}"}'
client-payload: '{"isRelease": true,"registry": "$${{ env.REGISTRY }}","tag": "v${{ env.IMG_TAG }}"}'

0 comments on commit 9a26ecf

Please sign in to comment.