We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879c3b2 commit ea75675Copy full SHA for ea75675
1 file changed
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
id: meta
43
uses: docker/metadata-action@v5
44
with:
45
- images: ${{ github.repository }}
+ images: ghcr.io/${{ github.repository }}
46
47
- name: Sanitize registry repository name
48
id: get-reg
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
tags: |
96
type=sha,suffix=-build-${{ github.run_id }}_${{ github.run_attempt }}
97
0 commit comments