README: Recommend ubuntu-24.04 runners for Sigstore

This commit is contained in:
Timothée Ravier 2023-11-24 16:04:05 +01:00
parent 23b2687cd6
commit 9495b38f2b

View file

@ -153,9 +153,11 @@ If the action pulled an image from the Docker image storage into the Podman stor
## Note about GitHub runners and Podman
We recommend using `runs-on: ubuntu-22.04` since it has a newer version of Podman.
We recommend using `runs-on: ubuntu-24.04` since it has a newer version of Podman.
If you are on `ubuntu-20.04` or any other older versions of ubuntu your workflow will use an older version of Podman and may encounter issues such as [#26](https://github.com/redhat-actions/push-to-registry/issues/26).
If you are on `ubuntu-22.04` or any other older versions of ubuntu your workflow will use an older version of Podman and may encounter issues such as [#26](https://github.com/redhat-actions/push-to-registry/issues/26).
Signing using Sigstore is only supported on `ubuntu-24.04` runners.
## Troubleshooting