Skip to content

Commit

Permalink
Use validate-docker-images workflow from test-infra (pytorch#143081)
Browse files Browse the repository at this point in the history
After PR: pytorch/test-infra#6029 use validate-docker-images.yml from test-infra.
Related to: pytorch/builder#2054

Pull Request resolved: pytorch#143081
Approved by: https://github.com/huydhn
  • Loading branch information
atalman authored and bluenote10 committed Dec 14, 2024
1 parent 7e945d7 commit 7e0a0f2
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 7e0a0f2

Please sign in to comment.