Skip to content

Commit

Permalink
Make repo name lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven65 committed Nov 13, 2024
1 parent ed1bee2 commit d49cea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
file: ./Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }}
ghcr.io/${{ github.repository | lower }}:latest
ghcr.io/${{ github.repository | lower }}:${{ github.event.release.tag_name }}

0 comments on commit d49cea3

Please sign in to comment.