parent
9bbd94d0fa
commit
2cf15ea4e3
1 changed files with 0 additions and 3 deletions
3
.github/workflows/publish_to_dockerhub.yml
vendored
3
.github/workflows/publish_to_dockerhub.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue