Skip to content

Commit

Permalink
add podman pull to force update images
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Jul 30, 2024
1 parent 568e244 commit 5eb6d1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/online_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
with:
path: /var/lib/containers
key: ${{ runner.os }}-rechunk-bazzite
- name: Update images if applicable
run: |
sudo podman pull ghcr.io/hhd-dev/rechunk:latest
sudo podman pull ghcr.io/ublue-os/bazzite:${{ github.event.inputs.ref }}
- name: Run Rechunker
id: rechunk
uses: ./.
Expand Down

0 comments on commit 5eb6d1f

Please sign in to comment.