Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AshCorr committed Jul 24, 2021
1 parent 3153c7b commit 5082473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [created,edited]

env:
REGISTRY: docker.pkg.github.com
REGISTRY: ghcr.io
IMAGE_NAME: ashcorr/discord-mail-webhook

permissions:
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
with:
context: .
push: true
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 comments on commit 5082473

Please sign in to comment.