forked from sunet-cdn/action-runner-demo
Try using another image for building
A missing "jq" is stopping setup-ko
This commit is contained in:
parent
7a01292d1c
commit
34f378dafd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ on:
|
|||
types: [opened, synchronize, reopened]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- uses: https://github.com/actions/setup-go@v5
|
||||
|
|
Loading…
Add table
Reference in a new issue