Update .forgejo/workflows/build.yml
Some checks failed
Build Custom rust-node image / build-container (push) Failing after 2s
Some checks failed
Build Custom rust-node image / build-container (push) Failing after 2s
This commit is contained in:
parent
a0609d30da
commit
0a7c139424
1 changed files with 1 additions and 3 deletions
|
@ -8,10 +8,8 @@ on:
|
|||
jobs:
|
||||
build-container:
|
||||
runs-on: dind
|
||||
container: forgejo.neshweb.net/ci-docker-images/dind-bash
|
||||
steps:
|
||||
-
|
||||
name: Install Node.js
|
||||
run: apk add nodejs npm
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
|
Loading…
Reference in a new issue