Skip to content

Commit 66984f2

Browse files
authored
Merge pull request #589 from Gregory-Pereira/release-1.1-cherry-pick-runner-downgrade-ps
downgrading runner version
2 parents 84f1f53 + 923c29a commit 66984f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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

.github/workflows/release-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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)