Skip to content

Commit

Permalink
Merge pull request #41 from wandera/release_imp
Browse files Browse the repository at this point in the history
Fix binary name
  • Loading branch information
coufalja authored Apr 25, 2023
2 parents b711abd + 8276ced commit 86f7bc5
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 86f7bc5

Please sign in to comment.