Update .forgejo/workflows/build.yml
All checks were successful
Build Custom docker:dind image / build-container (push) Successful in 1m38s
Build Custom docker:dind image / build-container-fallback (push) Has been skipped

This commit is contained in:
Neshura 2023-12-20 07:21:26 +00:00
parent 26bcab6363
commit 8a3f2f858a

View file

@ -31,11 +31,11 @@ jobs:
build-container-fallback: build-container-fallback:
needs: [build-container] needs: [build-container]
if: needs.build-container.result == 'failure'
runs-on: docker runs-on: docker
steps: steps:
- -
name: Prepare Container Environment name: Prepare Container Environment
if: needs.build-container.result == '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; \