.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
|
||||
needs: [build-tarball]
|
||||
container:
|
||||
imagine: alpine:latest
|
||||
imagine: ubuntu:latest
|
||||
steps:
|
||||
- name: Environment setup
|
||||
run: apk add nodejs
|
||||
|
|
Loading…
Reference in a new issue