mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-06-08 02:29:03 +00:00
Update to node20 and dependencies bump
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
bcf6f9c330
commit
1cfc5d852e
11 changed files with 1391 additions and 1310 deletions
6
.github/workflows/example.yml
vendored
6
.github/workflows/example.yml
vendored
|
@ -15,7 +15,7 @@ env:
|
|||
jobs:
|
||||
podman-pull:
|
||||
name: Log in and pull image with Podman
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
|
||||
buildah-pull:
|
||||
name: Log in and pull image with Buildah
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -69,7 +69,7 @@ jobs:
|
|||
|
||||
docker-pull:
|
||||
name: Log in and pull image with Docker
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue