Skip to content

Commit b9006f2

Browse files
committed
Fix lowercase repository name in ghcr.io tag
1 parent b524ec5 commit b9006f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-base-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
file: ./Dockerfile.base
3737
push: true
3838
tags: |
39-
ghcr.io/${{ github.repository_owner }}/freegle-base:latest
40-
ghcr.io/${{ github.repository_owner }}/freegle-base:${{ github.sha }}
39+
ghcr.io/freegle/freegle-base:latest
40+
ghcr.io/freegle/freegle-base:${{ github.sha }}
4141
cache-from: type=gha
4242
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)