8000 Use validate-docker-images workflow from test-infra (#143081) · pytorch/pytorch@5d44d1f · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d44d1f

Browse files
atalmanpytorchbot
authored andcommitted
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)
1 parent f7e621c commit 5d44d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165

166166
validate:
167167
needs: build
168-
uses: pytorch/builder/.github/workflows/validate-docker-images.yml@main
168+
uses: pytorch/test-infra/.github/workflows/validate-docker-images.yml@main
169169
with:
170170
channel: nightly
171171
ref: main

0 commit comments

Comments
 (0)
0