Skip to content

Commit a1b2640

Browse files
committed
Fix prefix of image
1 parent b4fa0f6 commit a1b2640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
context: .
3535
push: true
3636
tags: |
37-
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ env.VERSION }}
38-
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest
37+
ghcr.io/${{ github.repository }}:${{ env.VERSION }}
38+
ghcr.io/${{ github.repository }}:latest

0 commit comments

Comments
 (0)