Skip to content

Commit

Permalink
Specify the container to use on the runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpromislow committed Aug 28, 2024
1 parent b5ed335 commit 273953e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fossa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ permissions:
jobs:
fossa-scanning:
runs-on: org-${{ github.repository_owner_id }}-amd64-k8s
# We need an explicit container with the runner
container: registry.suse.com/bci/bci-micro:15.6
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 273953e

Please sign in to comment.