Skip to content

Commit 761313c

Browse files
downgrading runner version
Signed-off-by: greg pereira <grpereir@redhat.com>
1 parent 84f1f53 commit 761313c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/pr-images.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build_and_publish_ui_qa_image:
1818
name: Push QA UI container image to GHCR and QUAY
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020
environment: registry-creds
2121
permissions:
2222
packages: write
@@ -190,7 +190,7 @@ jobs:
190190
191191
build_and_publish_ps_qa_image:
192192
name: Push QA pathservice container image to GHCR and QUAY
193-
runs-on: ubuntu-latest
193+
runs-on: ubuntu-22.04
194194
environment: registry-creds
195195
permissions:
196196
packages: write

Diff for: .github/workflows/release-images.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
build_and_publish_ui_prod_image:
1616
name: Push UI container image to GHCR and QUAY
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04
1818
environment: registry-creds
1919
permissions:
2020
packages: write
@@ -134,7 +134,7 @@ jobs:
134134
135135
build_and_publish_ps_prod_image:
136136
name: Push pathservice container image to GHCR and QUAY
137-
runs-on: ubuntu-latest
137+
runs-on: ubuntu-22.04
138138
environment: registry-creds
139139
permissions:
140140
packages: write

0 commit comments

Comments
 (0)