mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-02-22 10:11:21 +01:00
Temporarily switch to ubuntu-18.04
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
97623df943
commit
0e2528bfb5
1 changed files with 3 additions and 4 deletions
7
.github/workflows/multiple-build.yaml
vendored
7
.github/workflows/multiple-build.yaml
vendored
|
@ -9,7 +9,6 @@ env:
|
|||
IMAGE_NAME: myimage
|
||||
IMAGE_TAG: v1
|
||||
IMAGE_REGISTRY: quay.io
|
||||
STORAGE_OPTS: "overlay.mount_program=/usr/bin/fuse-overlayfs"
|
||||
|
||||
jobs:
|
||||
build-only-podman:
|
||||
|
@ -42,7 +41,7 @@ jobs:
|
|||
|
||||
build-only-docker:
|
||||
name: Build and push image built only on Docker
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -70,7 +69,7 @@ jobs:
|
|||
|
||||
build-podman-latest:
|
||||
name: Build and push image built latest on Podman
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -105,7 +104,7 @@ jobs:
|
|||
|
||||
build-docker-latest:
|
||||
name: Build and push image built latest on Docker
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue