Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srd424 authored Jul 11, 2023
1 parent 0a6eebc commit b347859
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
bnpi
- name: Build with buildah
run: mkdir -p cache/pip && buildah bud -v $PWD/cache/pip:/home/pi/.cache/pip --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} .
- name: fix cache ownership
run: sudo bash -c "chown -v -R \$SUDO_USER cache"
- name: Log in to the Container registry
uses: redhat-actions/podman-login@v1
with:
Expand Down

0 comments on commit b347859

Please sign in to comment.