Skip to content

Commit

Permalink
Wait for NC assets before building training image
Browse files Browse the repository at this point in the history
  • Loading branch information
reuben committed Apr 1, 2022
1 parent 6e3e3cd commit ceb8731
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,8 @@ jobs:
docker-publish:
name: "Build and publish Docker training image to GHCR"
runs-on: ubuntu-20.04
needs: [upload-nc-release-assets]
if: always()
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit ceb8731

Please sign in to comment.