Fix: apparently double quotes are invalid around variables in gitea expressions
This commit is contained in:
parent
22ee5e181a
commit
61fa4e5cc4
@ -27,7 +27,7 @@ jobs:
|
||||
# Fallback: full bootstrap build. This one is quite slow.
|
||||
build-docker-bootstrap:
|
||||
needs: build-docker
|
||||
if: ${{ needs.build-docker.result == "failure" }}
|
||||
if: ${{ needs.build-docker.result == 'failure' }}
|
||||
|
||||
container:
|
||||
image: alpine:3.22
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user