Skip to content

Commit f5eadcc

Browse files
author
Tyler Titsworth
authored
ghcr.io (#179)
Signed-off-by: Tyler Titsworth <tyler.titsworth@intel.com>
1 parent d422a44 commit f5eadcc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/container-ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
build-containers:
8080
needs: [setup-build]
8181
env: ${{ matrix }}
82-
runs-on: k8-runners
82+
runs-on: ubuntu-latest
8383
strategy:
8484
matrix: ${{ fromJson(needs.setup-build.outputs.matrix) }}
8585
fail-fast: false
@@ -128,7 +128,7 @@ jobs:
128128
scan-containers:
129129
needs: [setup-scan]
130130
if: ${{ !inputs.no_build && github.event_name == 'pull_request' }}
131-
runs-on: k8-runners
131+
runs-on: ubuntu-latest
132132
strategy:
133133
matrix:
134134
container: ${{ fromJSON(needs.setup-scan.outputs.matrix) }}

.github/workflows/test-runner-ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424
cancel-in-progress: true
2525
jobs:
2626
unit-test:
27-
runs-on: k8-runners
27+
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
3030
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
@@ -89,7 +89,7 @@ jobs:
8989
token: ${{ secrets.GITHUB_TOKEN }}
9090
treshholdAll: 80
9191
integration-test:
92-
runs-on: k8-runners
92+
runs-on: ubuntu-latest
9393
steps:
9494
- name: Harden Runner
9595
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1

0 commit comments

Comments
 (0)