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