Update .forgejo/workflows/build.yml
This commit is contained in:
parent
d4e2244d23
commit
26bcab6363
1 changed files with 1 additions and 3 deletions
|
@ -31,13 +31,11 @@ jobs:
|
||||||
|
|
||||||
build-container-fallback:
|
build-container-fallback:
|
||||||
needs: [build-container]
|
needs: [build-container]
|
||||||
if: |
|
|
||||||
always() &&
|
|
||||||
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; \
|
||||||
|
|
Loading…
Reference in a new issue