Skip to content

Commit

Permalink
Ensure to use latest podman version
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Nov 15, 2023
1 parent a70382a commit 1b84a6f
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 @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install dependencies
run: sudo apt-get install qemu-user-static podman fuse-overlayfs
run: sudo apt-get install qemu-user-static podman fuse-overlayfs podman

- name: Login in quay
run: podman login quay.io -u ${QUAY_USER} -p ${QUAY_TOKEN}
Expand Down

0 comments on commit 1b84a6f

Please sign in to comment.