From 2367f5251e13ac41f71ae504537c8b907d9abb12 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 2 May 2025 14:29:59 -0400 Subject: [PATCH] ci: Update podman on fedora-container-tests too So we can use heredocs. Signed-off-by: Colin Walters --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f321ff63..2c4a8c7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,12 @@ jobs: if: ${{ !contains(github.event.pull_request.labels.*.name, 'control/skip-ci') }} runs-on: ubuntu-24.04 steps: + - name: Get a newer podman for heredoc support (from debian testing) + run: | + set -eux + echo 'deb [trusted=yes] https://ftp.debian.org/debian/ testing main' | sudo tee /etc/apt/sources.list.d/testing.list + sudo apt update + sudo apt install -y crun/testing podman/testing skopeo/testing - uses: actions/checkout@v4 - name: Build container (fedora) run: sudo podman build --build-arg=base=quay.io/fedora/fedora-bootc:41 -t localhost/bootc -f hack/Containerfile .