Skip to content

Commit 194d711

Browse files
committed
Fix image ref to point to ghcr.io
1 parent 133ca06 commit 194d711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emails-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: docker/metadata-action@v5
3131
id: meta
3232
with:
33-
images: custcodian/email-templates
33+
images: ghcr.io/custcodian/email-templates
3434
tags: ${{ steps.version-string.outputs.tag }}
3535

3636
- name: Build image

0 commit comments

Comments
 (0)