Skip to content

Commit b187edd

Browse files
committed
fix(build): downcase repo name
1 parent 4b7f1bd commit b187edd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/osrm-frontend-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
file: ./docker/Dockerfile
2727
push: true
2828
tags: |
29-
ghcr.io/${{ github.repository }}/frontend:latest
30-
ghcr.io/${{ github.repository }}/frontend:${{ github.sha }}
29+
ghcr.io/${{ github.repository | downcase }}/frontend:latest
30+
ghcr.io/${{ github.repository | downcase }}/frontend:${{ github.sha }}
3131

0 commit comments

Comments
 (0)