Skip to content

Commit

Permalink
fix: fixup image perms to work with rootless podman (#1832)
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas authored Oct 31, 2024
1 parent 3035af0 commit 5df7035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ jobs:
attempt_delay: 15000
command: |
echo "${{ secrets.GITHUB_TOKEN }}" | podman login ghcr.io -u ${{ github.actor }} --password-stdin
sudo chmod 666 -R ${{ steps.rechunk.outputs.ref }}
for tag in ${{ steps.generate-tags.outputs.alias_tags }}; do
skopeo copy ${{ steps.rechunk.outputs.ref }} docker://${{ steps.registry_case.outputs.lowercase }}/${{ env.IMAGE_NAME }}:$tag
done
Expand Down

0 comments on commit 5df7035

Please sign in to comment.