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:
|
||||
build-container:
|
||||
runs-on: dind
|
||||
continue-on-error: true
|
||||
steps:
|
||||
-
|
||||
name: Install Node.js
|
||||
|
@ -34,10 +35,8 @@ jobs:
|
|||
tags: forgejo.neshweb.net/ci-docker-images/dind-bash:latest
|
||||
|
||||
build-container-fallback:
|
||||
needs: build-container
|
||||
if: needs.build-container.result == 'failure'
|
||||
if: steps.build-container.result == 'failure'
|
||||
runs-on: docker
|
||||
continue-on-error: true
|
||||
steps:
|
||||
-
|
||||
name: Prepare Container Environment
|
||||
|
|
Loading…
Add table
Reference in a new issue