Skip to content

Commit

Permalink
chore: hardcode lowercase repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
helder-moreira committed Mar 9, 2024
1 parent 6e59415 commit e2461f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
file: Dockerfile.release
push: true
platforms: linux/amd64,linux/arm64
tags: ghcr.io/${{ github.repository }}:${{ steps.get_version.outputs.version-without-v }}
tags: ghcr.io/nibiruchain/tmkms:${{ steps.get_version.outputs.version-without-v }}

0 comments on commit e2461f0

Please sign in to comment.