.forgejo: use ubuntu latest image instead of alpine
This commit is contained in:
parent
68eb2c1e67
commit
be5b988d91
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ jobs:
|
||||||
runs-on: x86_64
|
runs-on: x86_64
|
||||||
needs: [build-tarball]
|
needs: [build-tarball]
|
||||||
container:
|
container:
|
||||||
imagine: alpine:latest
|
imagine: ubuntu:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: apk add nodejs
|
run: apk add nodejs
|
||||||
|
|
Loading…
Reference in a new issue