We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbac49 commit 2eeb4f6Copy full SHA for 2eeb4f6
.github/workflows/server.yml
@@ -72,7 +72,7 @@ jobs:
72
id: meta
73
uses: docker/metadata-action@v5
74
with:
75
- images: ${{ github.repository }}
+ images: ghcr.io/${{ github.repository }}
76
77
- name: Build & Push image
78
uses: docker/build-push-action@v6
0 commit comments