Skip to content

Commit

Permalink
Use validate-docker-images workflow from test-infra (#143083)
Browse files Browse the repository at this point in the history
Use validate-docker-images workflow from test-infra (#143081)

After PR: pytorch/test-infra#6029 use validate-docker-images.yml from test-infra.
Related to: pytorch/builder#2054

Pull Request resolved: #143081
Approved by: https://github.com/huydhn

(cherry picked from commit bd7d81d)

Co-authored-by: atalman <[email protected]>
  • Loading branch information
pytorchbot and atalman authored Dec 12, 2024
1 parent f7e621c commit c69eae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:

validate:
needs: build
uses: pytorch/builder/.github/workflows/validate-docker-images.yml@main
uses: pytorch/test-infra/.github/workflows/validate-docker-images.yml@main
with:
channel: nightly
ref: main

0 comments on commit c69eae3

Please sign in to comment.