We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f82ff commit 6f5cee0Copy full SHA for 6f5cee0
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
id: meta
17
uses: docker/metadata-action@v3
18
with:
19
- images: ${{ github.repository }}
+ images: ghcr.io/${{ github.repository }}
20
21
- name: Build
22
uses: docker/build-push-action@v2
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
- name: Login to GHCR
23
uses: docker/login-action@v1
0 commit comments