We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3153c7b commit 5082473Copy full SHA for 5082473
.github/workflows/docker-publish.yml
@@ -5,7 +5,7 @@ on:
5
types: [created,edited]
6
7
env:
8
- REGISTRY: docker.pkg.github.com
+ REGISTRY: ghcr.io
9
IMAGE_NAME: ashcorr/discord-mail-webhook
10
11
permissions:
@@ -36,4 +36,4 @@ jobs:
36
with:
37
context: .
38
push: true
39
- tags: ${{ env.IMAGE_NAME }}:latest, ${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }}
+ tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }}
0 commit comments