We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 840c4ef + e5e1922 commit fa4aa51Copy full SHA for fa4aa51
.github/workflows/build.yml
@@ -34,4 +34,4 @@ jobs:
34
context: .
35
push: true
36
tags: |
37
- ghcr.io/${{ github.repository }}:${{ github.base_ref }}
+ ghcr.io/${{ github.repository.lower }}:${{ github.base_ref }}
0 commit comments