Skip to content

Commit

Permalink
name the image correctly by using defined repo name as must be lowerc…
Browse files Browse the repository at this point in the history
…ase (updated again)
  • Loading branch information
stuchalk committed May 11, 2023
1 parent 4925efc commit 919d4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh_pkg_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
with:
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ env.REPO }}/${{ steps.extract_tag.outputs.tag_name }}
tags: ${{ env.REGISTRY }}/${{ env.REPO }}:${{ steps.extract_tag.outputs.tag_name }}

0 comments on commit 919d4b4

Please sign in to comment.