Skip to content

Commit

Permalink
Fix binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
coufalja committed Apr 25, 2023
1 parent 1d82066 commit 8276ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
REGISTRY: ghcr.io
BINARY_NAME: ${{ github.repository }}
BINARY_NAME: ${{ github.event.repository.name }}
IMAGE_NAME: ${{ github.repository }}
TAG: ${{ github.ref_name }}

Expand Down

0 comments on commit 8276ced

Please sign in to comment.