Skip to content

Commit 36e7417

Browse files
authored
dev
1 parent 512bf22 commit 36e7417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
file: ./docker/Dockerfile
6666
push: true
6767
tags: |
68-
ghcr.io/${{ github.repository | toLower }}:latest
69-
ghcr.io/${{ github.repository | toLower }}:${{ github.sha }}
68+
ghcr.io/${{ format('{0}', github.repository) }}:latest
69+
ghcr.io/${{ format('{0}', github.repository) }}:${{ github.sha }}
7070
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)