We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d026d commit e1dc25aCopy full SHA for e1dc25a
.github/workflows/call-build-images.yaml
@@ -425,6 +425,10 @@ jobs:
425
run: |
426
docker build -t ${{ inputs.registry }}/${{ inputs.image }}:windows-${{ matrix.windows-base-version }}-${{ inputs.version }} --build-arg FLB_NIGHTLY_BUILD=${{ inputs.unstable }} --build-arg WINDOWS_VERSION=ltsc${{ matrix.windows-base-version }} -f ./dockerfiles/Dockerfile.windows .
427
428
+ - name: Sanity check of the production images
429
+ run: |
430
+ docker run --rm -t ${{ inputs.registry }}/${{ inputs.image }}:windows-${{ matrix.windows-base-version }}-${{ inputs.version }} --help
431
+
432
- name: Push the production images
433
if: inputs.push
434
0 commit comments