Skip to content

Commit

Permalink
fix/ci: run vib-pr workflow under Docker too
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored and mirkobrombin committed Apr 23, 2024
1 parent 9fbbd4b commit 0ee04d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vib-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: vanilla-os/[email protected]

- name: Build the Docker image
run: podman image build -f Containerfile --tag vanillaos/pico:validation .
run: docker image build -f Containerfile --tag vanillaos/pico:validation .

- name: Upload vanilla-pico-rootfs
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0ee04d4

Please sign in to comment.