We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317af74 commit bd140c7Copy full SHA for bd140c7
.github/workflows/ci.yml
@@ -46,6 +46,12 @@ jobs:
46
if: ${{ !contains(github.event.pull_request.labels.*.name, 'control/skip-ci') }}
47
runs-on: ubuntu-24.04
48
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
55
- uses: actions/checkout@v4
56
- name: Build container (fedora)
57
run: sudo podman build --build-arg=base=quay.io/fedora/fedora-bootc:41 -t localhost/bootc -f hack/Containerfile .
0 commit comments