Skip to content

Commit 5082473

Browse files
authored
Update docker-publish.yml
1 parent 3153c7b commit 5082473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [created,edited]
66

77
env:
8-
REGISTRY: docker.pkg.github.com
8+
REGISTRY: ghcr.io
99
IMAGE_NAME: ashcorr/discord-mail-webhook
1010

1111
permissions:
@@ -36,4 +36,4 @@ jobs:
3636
with:
3737
context: .
3838
push: true
39-
tags: ${{ env.IMAGE_NAME }}:latest, ${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }}
39+
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)