Skip to content

Commit

Permalink
Merge pull request #110 from cedi/fix/dockerbuild_missing_executable_…
Browse files Browse the repository at this point in the history
…flag

fix(docker build): binary not marked as executable
  • Loading branch information
notheotherben authored Dec 2, 2024
2 parents ff5ea54 + 6d204e9 commit ee34ce7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ jobs:
with:
name: github-backup-${{ env.PLATFORM_PAIR }}

- name: mark artifact as executable
run: |
chmod +x github-backup
- name: Build and push by digest
id: build
uses: docker/build-push-action@v6
Expand Down

0 comments on commit ee34ce7

Please sign in to comment.