Update .forgejo/workflows/build.yml
This commit is contained in:
parent
26bcab6363
commit
8a3f2f858a
1 changed files with 1 additions and 1 deletions
|
@ -31,11 +31,11 @@ jobs:
|
|||
|
||||
build-container-fallback:
|
||||
needs: [build-container]
|
||||
if: needs.build-container.result == 'failure'
|
||||
runs-on: docker
|
||||
steps:
|
||||
-
|
||||
name: Prepare Container Environment
|
||||
if: needs.build-container.result == '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