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 118145b commit aafd707Copy full SHA for aafd707
.github/workflows/build.yml
@@ -193,7 +193,7 @@ jobs:
193
with:
194
sarif_file: ${{ steps.scan.outputs.sarif }}
195
category: build-${{ inputs.image }}
196
-
+
197
- name: Save NGINX Gateway Fabric image
198
if: ${{ inputs.image == 'ngf' }}
199
run: |
.github/workflows/openshift-certification.yml
@@ -82,7 +82,6 @@ jobs:
82
IMAGE_ID=$(docker images --format '{{.Repository}}:{{.Tag}}' | grep '^localhost:5000/nginx-gateway-fabric/operator:' | head -n 1)
83
docker tag $IMAGE_ID ngf-operator:ubi
84
85
86
- name: Run preflight for NGINX Gateway Fabric Operator
87
env:
88
PYXIS_API_TOKEN: ${{ secrets.PYXIS_API_TOKEN }}
0 commit comments