We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e802b8f commit ee6e445Copy full SHA for ee6e445
.github/workflows/docker-build.yml
@@ -68,4 +68,4 @@ jobs:
68
context: ${{ matrix.service.path }}
69
platforms: linux/amd64
70
push: true
71
- tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.service.name }}:latest
+ tags: ghcr.io/${{ github.repository_owner | lower }}/${{ matrix.service.name }}:latest
0 commit comments