Skip to content

Commit

Permalink
can't change readonly filesystem files
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Nov 29, 2023
1 parent 7e0c93f commit 04e4498
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/build-push-kotsadm-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ runs:
mkdir -p ./packages/x86_64
ln -s /tmp/gcsfuse/apk-repo/x86_64/*.apk ./packages/x86_64/
ln -s /tmp/gcsfuse/apk-repo/chainguard-enterprise.rsa.pub ./packages/
chmod +r ./packages/chainguard-enterprise.rsa.pub
# Make a copy of the APKINDEX.* since we'll need to write to it on package builds
cp /tmp/gcsfuse/apk-repo/x86_64/APKINDEX.* ./packages/x86_64/
Expand Down

0 comments on commit 04e4498

Please sign in to comment.