Update .forgejo/workflows/build.yml
This commit is contained in:
parent
713b1c4467
commit
33c4c282e9
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ jobs:
|
|||
tags: forgejo.neshweb.net/ci-docker-images/dind-bash:latest
|
||||
|
||||
build-container-fallback:
|
||||
needs: build-container
|
||||
needs: [build-container]
|
||||
if: |
|
||||
always() &&
|
||||
needs.build-container.result == 'failure'
|
||||
|
@ -50,7 +50,7 @@ jobs:
|
|||
apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||
-
|
||||
name: Install Node.js
|
||||
run: apk add nodejs npm
|
||||
run: apt install -y nodejs npm
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
|
Loading…
Reference in a new issue