We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92d138 commit cc9a57cCopy full SHA for cc9a57c
.github/workflows/docker-image.yml
@@ -48,6 +48,6 @@ jobs:
48
push: true
49
tags: |
50
ghcr.io/${{ env.REPO_LOWER }}:${{ github.ref_name }}
51
- ${{ github.ref_name == 'main' && format('ghcr.io/{0}:latest', github.repository) || '' }}
+ ${{ github.ref_name == 'main' && format('ghcr.io/{0}:latest', env.REPO_LOWER) || '' }}
52
cache-from: type=gha
53
cache-to: type=gha,mode=max
0 commit comments