mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-07 04:59:54 +02:00
Switch back to ubuntu-20.04
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
0cd5b90340
commit
227b0eed37
2 changed files with 4 additions and 4 deletions
|
@ -107,7 +107,7 @@ 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-20.04` since it has a newer version of Podman.
|
||||
|
||||
If you are on `ubuntu-18.04` (which is currently aliased to [`ubuntu-latest`](https://github.com/actions/virtual-environments/issues/1816)) 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-18.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).
|
||||
|
||||
## Troubleshooting
|
||||
Note that quay.io repositories are private by default.<br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue