We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93e5fe8 + d808039 commit 88234b1Copy full SHA for 88234b1
.github/workflows/build_image.yaml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build-fedora:
11
name: Build Fedora image
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
13
14
steps:
15
- uses: actions/checkout@v3
@@ -26,7 +26,7 @@ jobs:
26
27
build-el8:
28
name: Build EL8 image
29
30
31
32
@@ -43,7 +43,7 @@ jobs:
43
44
build-el9:
45
name: Build EL9 image
46
47
48
49
.github/workflows/e2e.yml
@@ -6,7 +6,7 @@ on:
6
pull_request:
7
8
e2e-image:
strategy:
matrix:
base: ["fedora", "el8", "el9"]
0 commit comments