Skip to content

Commit

Permalink
fix: Missing executable permissions on binary
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoMori8 committed Jul 2, 2024
1 parent 7d20751 commit 3d23ddd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: quay.io/uswitch/klint
tags: type=sha,prefix=,format=long
tags: |
type=semver,pattern={{raw}}
type=sha,prefix=,format=long
- uses: docker/build-push-action@v6
with:
context: .
Expand Down

0 comments on commit 3d23ddd

Please sign in to comment.