github: fix publishing job for WSC image

Close #2277.
This commit is contained in:
Anna Shaleva 2022-02-09 18:54:13 +03:00 committed by AnnaShaleva
parent 9bbd94d0fa
commit 2cf15ea4e3

View file

@ -128,9 +128,6 @@ jobs:
run: make test run: make test
publish_wsc: publish_wsc:
# Ensure test job passes before pushing image. # Ensure test job passes before pushing image.
# TODO: currently test_wsc job is failing, so we have `always()` condition.
# After #2269 and #2268 this condition should be removed.
if: ${{ always() }}
needs: tests_wsc needs: tests_wsc
name: Publish WindowsServerCore-based image to DockerHub name: Publish WindowsServerCore-based image to DockerHub
runs-on: windows-2022 runs-on: windows-2022