Skip to content

Commit 6f5cee0

Browse files
committed
Add ghcr.io prefix to metadata
1 parent 87f82ff commit 6f5cee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: meta
1717
uses: docker/metadata-action@v3
1818
with:
19-
images: ${{ github.repository }}
19+
images: ghcr.io/${{ github.repository }}
2020

2121
- name: Build
2222
uses: docker/build-push-action@v2

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: meta
1818
uses: docker/metadata-action@v3
1919
with:
20-
images: ${{ github.repository }}
20+
images: ghcr.io/${{ github.repository }}
2121

2222
- name: Login to GHCR
2323
uses: docker/login-action@v1

0 commit comments

Comments
 (0)