We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8385f61 commit 6b73dfcCopy full SHA for 6b73dfc
.github/workflows/build-docker-image.yaml
@@ -31,6 +31,6 @@ jobs:
31
with:
32
context: .
33
push: true
34
- tags: ghcr.io/${{ github.repository }}/funtides-env:latest
+ tags: ghcr.io/${{ github.repository | downcase }}/funtides-env:latest
35
cache-from: type=gha
36
cache-to: type=gha,mode=max
0 commit comments