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 36b1430 commit fc1c94dCopy full SHA for fc1c94d
.github/workflows/openshift-certification.yml
@@ -70,7 +70,7 @@ jobs:
70
# IMAGE_PATH="ghcr.io/${{ github.repository_owner }}/nginx-gateway-fabric/${{ inputs.image }}:${{ inputs.image_version }}"
71
IMAGE_PATH="quay.io/${{ github.repository_owner }}/nginx-gateway-fabric/nginx:edge-ubi"
72
else
73
- IMAGE_PATH="ghcr.io/${{ github.repository_owner }}/nginx-gateway-fabric/operator:edge
+ IMAGE_PATH="ghcr.io/${{ github.repository_owner }}/nginx-gateway-fabric/operator:edge"
74
fi
75
preflight check container "$IMAGE_PATH" > preflight-result.json
76
0 commit comments