mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
ci: Update podman on fedora-container-tests too
So we can use heredocs. Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user