Skip to content

Commit

Permalink
Fix prefix of image
Browse files Browse the repository at this point in the history
  • Loading branch information
ostafen committed Jan 9, 2025
1 parent b4fa0f6 commit a1b2640
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 @@ -34,5 +34,5 @@ jobs:
context: .
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ env.VERSION }}
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ env.VERSION }}
ghcr.io/${{ github.repository }}:latest

0 comments on commit a1b2640

Please sign in to comment.