Skip to content

Commit

Permalink
edit ghcr registry
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanngocptn committed May 10, 2024
1 parent 90cddc8 commit 973fd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: tuanngocptn/sentry-telegram-webhook
images: ${{ matrix.registry == 'ghcr.io' && 'ghcr.io' || '' }}tuanngocptn/sentry-telegram-webhook

- name: Build and push Docker image
id: push
Expand Down

0 comments on commit 973fd05

Please sign in to comment.