Skip to content

Commit

Permalink
Merge pull request #9 from krishvoor/patch-1
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
jtaleric authored Jun 11, 2024
2 parents f42749f + 57667c6 commit 49969a9
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 podman
run: sudo apt-get update || true && sudo apt-get install -y qemu-user-static podman fuse-overlayfs

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

0 comments on commit 49969a9

Please sign in to comment.