Skip to content

Commit cc9a57c

Browse files
authored
Update docker-image.yml (#58)
1 parent d92d138 commit cc9a57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
push: true
4949
tags: |
5050
ghcr.io/${{ env.REPO_LOWER }}:${{ github.ref_name }}
51-
${{ github.ref_name == 'main' && format('ghcr.io/{0}:latest', github.repository) || '' }}
51+
${{ github.ref_name == 'main' && format('ghcr.io/{0}:latest', env.REPO_LOWER) || '' }}
5252
cache-from: type=gha
5353
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)