Skip to content

Commit

Permalink
uppercase org name again (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
beforan authored Jan 12, 2025
1 parent f806870 commit fc20514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.versioned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ jobs:
- name: Push updated image tags
uses: akhilerm/[email protected]
with:
src: ${{ env.registry }}/${{ env.repo-owner }}/${{ env.image-name }}:${{ github.sha }}
src: ${{ env.registry }}/${{ env.REPO_OWNER_LOWER }}/${{ env.image-name }}:${{ github.sha }}
dst: |
${{ steps.meta.outputs.tags }}

0 comments on commit fc20514

Please sign in to comment.