Skip to content

Commit

Permalink
Explicitly give write permissions to Azure disk image, since permissi…
Browse files Browse the repository at this point in the history
…ons are no longer dropped on upload

Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Dec 21, 2023
1 parent fa11bee commit 7604afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-os-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ jobs:
working-directory: ${{ github.workspace }}/image
run: |
echo "::group::Upload Azure image"
chmod +w "${RAW_IMAGE_PATH}"
upload/pack.sh azure "${RAW_IMAGE_PATH}" "${AZURE_IMAGE_PATH}"
bazel run //image/upload -- image azure \
--verbose \
Expand Down

0 comments on commit 7604afb

Please sign in to comment.