Skip to content

Commit 15e8f98

Browse files
authored
Fix dependency version (#36568)
Updated dependencies for ML and distroless pushes.
1 parent f8901e3 commit 15e8f98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdks/python/container/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ for(int i=min_python_version; i<=max_python_version; ++i) {
5858
}
5959
dependsOn ':sdks:python:container:py' + cur + ':docker'
6060
if (project.hasProperty("include-ml")) {
61-
dependsOn ':sdks:python:container:ml:push3' + cur
61+
dependsOn ':sdks:python:container:ml:push' + cur
6262
}
6363
if (project.hasProperty("include-distroless")) {
64-
dependsOn ':sdks:python:container:distroless:push3' + cur
64+
dependsOn ':sdks:python:container:distroless:push' + cur
6565
}
6666

6767
doLast {

0 commit comments

Comments
 (0)