Skip to content

Commit

Permalink
Fix image naming
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Nov 7, 2023
1 parent 13fa6ed commit 624c33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: "${{ github.repository }}:${{ github.ref }}"
images: "ghcr.io/${{ github.repository }}"

- name: Login to ghcr.io
uses: docker/login-action@v3
Expand Down

0 comments on commit 624c33f

Please sign in to comment.