Skip to content

Commit

Permalink
fix: use proper var for output image location (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas authored Oct 31, 2024
1 parent 5df7035 commit 719da56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +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 }}
sudo chmod 666 -R ${{ steps.rechunk.outputs.location }}
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 719da56

Please sign in to comment.