Skip to content

Commit

Permalink
github: fix publishing job for WSC image
Browse files Browse the repository at this point in the history
Close #2277.
  • Loading branch information
AnnaShaleva committed Feb 10, 2022
1 parent 9bbd94d commit 2cf15ea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish_to_dockerhub.yml
Expand Up @@ -128,9 +128,6 @@ jobs:
run: make test
publish_wsc:
# 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
name: Publish WindowsServerCore-based image to DockerHub
runs-on: windows-2022
Expand Down

0 comments on commit 2cf15ea

Please sign in to comment.