We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512bf22 commit 36e7417Copy full SHA for 36e7417
.github/workflows/docker-publish.yml
@@ -65,6 +65,6 @@ jobs:
65
file: ./docker/Dockerfile
66
push: true
67
tags: |
68
- ghcr.io/${{ github.repository | toLower }}:latest
69
- ghcr.io/${{ github.repository | toLower }}:${{ github.sha }}
+ ghcr.io/${{ format('{0}', github.repository) }}:latest
+ ghcr.io/${{ format('{0}', github.repository) }}:${{ github.sha }}
70
labels: ${{ steps.meta.outputs.labels }}
0 commit comments