Update .forgejo/workflows/build.yml
Some checks failed
Build Custom docker:dind image / build-container (push) Failing after 0s
Build Custom docker:dind image / build-container-fallback (push) Successful in 4m8s

This commit is contained in:
Neshura 2023-12-20 07:06:07 +00:00
parent 713b1c4467
commit 33c4c282e9

View file

@ -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