Refer to a fixed podman image version
All checks were successful
/ build-image (push) Successful in 1m22s

This commit is contained in:
Peter Cai 2024-02-15 15:09:22 -05:00
parent 2319132092
commit c88c7f2499

View file

@ -4,7 +4,7 @@ jobs:
build-image:
runs-on: docker
container:
image: quay.io/podman/stable
image: quay.io/podman/stable:v4.9.0
steps:
- name: Install additional packages
run: |