Skip to content

Commit

Permalink
add missing source char
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanngocptn committed May 10, 2024
1 parent 973fd05 commit f4326b9
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: ${{ matrix.registry == 'ghcr.io' && 'ghcr.io' || '' }}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 f4326b9

Please sign in to comment.