Skip to content

Commit

Permalink
ghcr.io (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Titsworth <[email protected]>
Signed-off-by: ma-pineda <[email protected]>
  • Loading branch information
Tyler Titsworth authored and ma-pineda committed Jun 28, 2024
1 parent 8e08057 commit 386baf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
build-containers:
needs: [setup-build]
env: ${{ matrix }}
runs-on: k8-runners
runs-on: ubuntu-latest
strategy:
matrix: ${{ fromJson(needs.setup-build.outputs.matrix) }}
fail-fast: false
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
scan-containers:
needs: [setup-scan]
if: ${{ !inputs.no_build && github.event_name == 'pull_request' }}
runs-on: k8-runners
runs-on: ubuntu-latest
strategy:
matrix:
container: ${{ fromJSON(needs.setup-scan.outputs.matrix) }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-runner-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:
cancel-in-progress: true
jobs:
unit-test:
runs-on: k8-runners
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
treshholdAll: 80
integration-test:
runs-on: k8-runners
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
Expand Down

0 comments on commit 386baf9

Please sign in to comment.