Skip to content

Commit

Permalink
Add a call to validate docker images after build step is complete
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Jun 3, 2024
1 parent f343f98 commit 58e86bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,12 @@ jobs:
- name: Teardown Linux
uses: pytorch/test-infra/.github/actions/teardown-linux@main
if: always()

validate:
runs-on: [self-hosted, linux.large]
needs: build
steps:
- name: Validate Docker image
uses: pytorch/builder/.github/workflows/validate_docker_images@main
with:
channel: nightly

0 comments on commit 58e86bd

Please sign in to comment.