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:
|
steps:
|
||||||
-
|
-
|
||||||
name: Install Node.js
|
name: Install Node.js
|
||||||
run: apt install -y nodejs
|
run: apk add nodejs npm
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
@ -27,11 +27,12 @@ jobs:
|
||||||
tags: forgejo.neshweb.net/neshura/docker-dind-bash:latest
|
tags: forgejo.neshweb.net/neshura/docker-dind-bash:latest
|
||||||
|
|
||||||
build-container-fallback:
|
build-container-fallback:
|
||||||
if: failure()
|
needs: [build-container]
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Prepare Container Environment
|
name: Prepare Container Environment
|
||||||
|
if: failure()
|
||||||
run: |
|
run: |
|
||||||
install -m 0755 -d /etc/apt/keyrings; \
|
install -m 0755 -d /etc/apt/keyrings; \
|
||||||
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg; \
|
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg; \
|
||||||
|
|
Loading…
Reference in a new issue