Skip to content

Commit

Permalink
lowercase registry name
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Dec 14, 2023
1 parent 37cbbb7 commit 2bdc27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ github.sha }}
ghcr.io/peerdb-io/pgslot-notify-bot:latest
ghcr.io/peerdb-io/pgslot-notify-bot:${{ github.sha }}
env:
DEPOT_TOKEN: ${{ secrets.DEPOT_TOKEN }}

0 comments on commit 2bdc27f

Please sign in to comment.