Skip to content

Commit 5289a74

Browse files
authored
Merge pull request #31 from cloudstruct/ci/tag-ghcr-fix
ci: use ghcr.io repository in meta-ghcr-tags
2 parents 059e376 + 1ef7159 commit 5289a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
uses: docker/metadata-action@v3
189189
with:
190190
images: |
191-
${{ env.IMAGE_NAME }}
191+
ghcr.io/${{ env.IMAGE_NAME }}
192192
flavor: |
193193
latest=false
194194
tags: |

0 commit comments

Comments
 (0)