Fix workflow
This commit is contained in:
parent
c77ec8d338
commit
67fa918104
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Install Node.js
|
||||
run: apt install -y nodejs
|
||||
run: apk add nodejs npm
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
@ -27,11 +27,12 @@ jobs:
|
|||
tags: forgejo.neshweb.net/neshura/docker-dind-bash:latest
|
||||
|
||||
build-container-fallback:
|
||||
if: failure()
|
||||
needs: [build-container]
|
||||
runs-on: docker
|
||||
steps:
|
||||
-
|
||||
name: Prepare Container Environment
|
||||
if: failure()
|
||||
run: |
|
||||
install -m 0755 -d /etc/apt/keyrings; \
|
||||
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg; \
|
||||
|
|
Loading…
Reference in a new issue