Skip to content

Commit

Permalink
Merge pull request #185 from mitulshah-suse/move-to-gha
Browse files Browse the repository at this point in the history
Fix rke-etcd-backup file permissions
  • Loading branch information
mitulshah-suse authored Jun 12, 2024
2 parents bbaa204 + d7f67f2 commit 400d1ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
with:
name: rke-etcd-backup-${{ github.run_number }}-${{ github.run_attempt }}
path: .
- name: Fix permissions
run: |
chmod 755 rke-etcd-backup
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 400d1ed

Please sign in to comment.