mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-04 20:29: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
6
.github/workflows/multiple-build.yaml
vendored
6
.github/workflows/multiple-build.yaml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
|
||||
build-only-docker:
|
||||
name: Build and push image built only on Docker
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -94,7 +94,7 @@ jobs:
|
|||
|
||||
build-podman-latest:
|
||||
name: Build and push image built latest on Podman
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -141,7 +141,7 @@ jobs:
|
|||
|
||||
build-docker-latest:
|
||||
name: Build and push image built latest on Docker
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue