Skip to content

Commit ea75675

Browse files
scope to ghcr.io
1 parent 879c3b2 commit ea75675

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
id: meta
4343
uses: docker/metadata-action@v5
4444
with:
45-
images: ${{ github.repository }}
45+
images: ghcr.io/${{ github.repository }}
4646

4747
- name: Sanitize registry repository name
4848
id: get-reg
@@ -91,7 +91,7 @@ jobs:
9191
id: meta
9292
uses: docker/metadata-action@v5
9393
with:
94-
images: ${{ github.repository }}
94+
images: ghcr.io/${{ github.repository }}
9595
tags: |
9696
type=sha,suffix=-build-${{ github.run_id }}_${{ github.run_attempt }}
9797

0 commit comments

Comments
 (0)