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 c8f2e8e commit 14c1151Copy full SHA for 14c1151
.github/workflows/conformance.yml
@@ -75,6 +75,7 @@ jobs:
75
run: |
76
ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric
77
ngf_tag=${{ steps.ngf-meta.outputs.version }}
78
+ if [ ${{ inputs.enable-experimental }} == "true" ]; then export ENABLE_EXPERIMENTAL=true; fi
79
make generate-static-deployment PLUS_ENABLED=${{ inputs.image == 'plus' && 'true' || 'false' }} PREFIX=${ngf_prefix} TAG=${ngf_tag}
80
working-directory: ./tests
81
0 commit comments