Fix typo in Docker image tag for GitHub Container Registry

This commit is contained in:
Christian Krakau-Louis
2025-04-14 03:39:15 +02:00
parent ec467f33b8
commit fa41b24eac
+1 -1
View File
@@ -67,7 +67,7 @@ jobs:
tags: |
${{ env.IMAGE_NAME }}:latest
${{ env.IMAGE_NAME }}:${{ github.sha }}
ghcr.io/${{ github.repository_owner }}/leageledgerp:latest
ghcr.io/${{ github.repository_owner }}/leagueledger:latest
ghcr.io/${{ github.repository_owner }}/leagueledger:${{ github.sha }}
${{ startsWith(github.ref, 'refs/tags/') && format('{0}:{1}', env.IMAGE_NAME, env.VERSION) || '' }}
${{ startsWith(github.ref, 'refs/tags/') && format('ghcr.io/{0}/leagueledger:{1}', github.repository_owner, env.VERSION) || '' }}