Skip to content

Commit

Permalink
fix: use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Jan 27, 2025
1 parent fd3e26e commit f3842ae
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 @@ -117,7 +117,7 @@ jobs:
run: |
echo ${{ secrets.GITHUB_TOKEN }} | sudo podman login -u ${{ github.actor }} --password-stdin $registry
mkdir -p ~/.docker
cat /run/containers/0/auth.json > ~/.docker/config.json
sudo cat /run/containers/0/auth.json > ~/.docker/config.json
# Push the image to GHCR (Image Registry)
- name: Push to GHCR
Expand Down

0 comments on commit f3842ae

Please sign in to comment.