Skip to content

Commit aafd707

Browse files
committed
Fix pre-commit errors
1 parent 118145b commit aafd707

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
with:
194194
sarif_file: ${{ steps.scan.outputs.sarif }}
195195
category: build-${{ inputs.image }}
196-
196+
197197
- name: Save NGINX Gateway Fabric image
198198
if: ${{ inputs.image == 'ngf' }}
199199
run: |

.github/workflows/openshift-certification.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
IMAGE_ID=$(docker images --format '{{.Repository}}:{{.Tag}}' | grep '^localhost:5000/nginx-gateway-fabric/operator:' | head -n 1)
8383
docker tag $IMAGE_ID ngf-operator:ubi
8484
85-
8685
- name: Run preflight for NGINX Gateway Fabric Operator
8786
env:
8887
PYXIS_API_TOKEN: ${{ secrets.PYXIS_API_TOKEN }}

0 commit comments

Comments
 (0)