We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611ddcb commit 4b3d26cCopy full SHA for 4b3d26c
.github/workflows/docker-images-release.yml
@@ -37,7 +37,7 @@ jobs:
37
build-service-extensions-callout:
38
if: >
39
github.event_name == 'push' && startsWith(github.ref, 'refs/tags/contrib/envoyproxy/go-control-plane')
40
- || github.event.inputs.build_service_extensions == 'true
+ || github.event.inputs.build_service_extensions == 'true'
41
runs-on: ubuntu-latest
42
43
steps:
0 commit comments