Skip to content

Commit

Permalink
ci, install: generate manifest w/ correct img name
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
  • Loading branch information
maiqueb committed Jun 10, 2024
1 parent e24caa0 commit 68d3496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-img.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Template release manifests
if: startsWith(github.ref, 'refs/tags/')
run: IMG=${{ github.ref_name }} make build-installer
run: IMG=ghcr.io/${{ github.repository }}:${{ github.ref_name }} make build-installer

- name: Release the kraken
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 68d3496

Please sign in to comment.