Skip to content

Commit

Permalink
Add ghcr.io prefix to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ccremer committed Mar 29, 2022
1 parent 87f82ff commit 6f5cee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: ${{ github.repository }}
images: ghcr.io/${{ github.repository }}

- name: Build
uses: docker/build-push-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: ${{ github.repository }}
images: ghcr.io/${{ github.repository }}

- name: Login to GHCR
uses: docker/login-action@v1
Expand Down

0 comments on commit 6f5cee0

Please sign in to comment.