Update .forgejo/workflows/build.yml
This commit is contained in:
parent
73eae8e7f2
commit
84dda063f5
1 changed files with 2 additions and 3 deletions
|
@ -8,6 +8,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build-container:
|
build-container:
|
||||||
runs-on: dind
|
runs-on: dind
|
||||||
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Install Node.js
|
name: Install Node.js
|
||||||
|
@ -34,10 +35,8 @@ jobs:
|
||||||
tags: forgejo.neshweb.net/ci-docker-images/dind-bash:latest
|
tags: forgejo.neshweb.net/ci-docker-images/dind-bash:latest
|
||||||
|
|
||||||
build-container-fallback:
|
build-container-fallback:
|
||||||
needs: build-container
|
if: steps.build-container.result == 'failure'
|
||||||
if: needs.build-container.result == 'failure'
|
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
continue-on-error: true
|
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Prepare Container Environment
|
name: Prepare Container Environment
|
||||||
|
|
Loading…
Add table
Reference in a new issue