Skip to content

Commit bd140c7

Browse files
committed
ci: Update podman on fedora-container-tests too
So we can use heredocs. Signed-off-by: Colin Walters <[email protected]>
1 parent 317af74 commit bd140c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646
if: ${{ !contains(github.event.pull_request.labels.*.name, 'control/skip-ci') }}
4747
runs-on: ubuntu-24.04
4848
steps:
49+
- name: Get a newer podman for heredoc support (from debian testing)
50+
run: |
51+
set -eux
52+
echo 'deb [trusted=yes] https://ftp.debian.org/debian/ testing main' | sudo tee /etc/apt/sources.list.d/testing.list
53+
sudo apt update
54+
sudo apt install -y crun/testing podman/testing skopeo/testing
4955
- uses: actions/checkout@v4
5056
- name: Build container (fedora)
5157
run: sudo podman build --build-arg=base=quay.io/fedora/fedora-bootc:41 -t localhost/bootc -f hack/Containerfile .

0 commit comments

Comments
 (0)