Skip to content

Commit

Permalink
fix: permissions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Oct 18, 2023
1 parent 5b5be3a commit 8572a12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preset-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
sudo mkdir -p /tmp/artifacts
sudo chmod 777 /tmp/artifacts
echo ${{ steps.set_tag.outputs.image_tag }} >> /tmp/artifacts/tag.txt
sudo chmod 666 /tmp/artifacts/tag.txt # Set file permissions to be world-writable
cat /tmp/artifacts/tag.txt
- name: Upload image tag as artifact
Expand Down

0 comments on commit 8572a12

Please sign in to comment.