feat(release): Use different container
This commit is contained in:
parent
ed42ee4e67
commit
61cb30c840
1 changed files with 1 additions and 2 deletions
|
|
@ -10,8 +10,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: data.forgejo.org/oci/node:20-bullseye
|
image: git.php.fail/lubiana/container/ci:latest
|
||||||
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
steps:
|
steps:
|
||||||
- name: Use Node.JS 20.x
|
- name: Use Node.JS 20.x
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue