Skip to content

Commit e1dc25a

Browse files
committed
ci: sanity check of the built Windows docker image.
Signed-off-by: Marat Abrarov <abrarov@gmail.com>
1 parent 77d026d commit e1dc25a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/call-build-images.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,10 @@ jobs:
425425
run: |
426426
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 .
427427
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+
428432
- name: Push the production images
429433
if: inputs.push
430434
run: |

0 commit comments

Comments
 (0)