We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8901e3 commit 15e8f98Copy full SHA for 15e8f98
sdks/python/container/build.gradle
@@ -58,10 +58,10 @@ for(int i=min_python_version; i<=max_python_version; ++i) {
58
}
59
dependsOn ':sdks:python:container:py' + cur + ':docker'
60
if (project.hasProperty("include-ml")) {
61
- dependsOn ':sdks:python:container:ml:push3' + cur
+ dependsOn ':sdks:python:container:ml:push' + cur
62
63
if (project.hasProperty("include-distroless")) {
64
- dependsOn ':sdks:python:container:distroless:push3' + cur
+ dependsOn ':sdks:python:container:distroless:push' + cur
65
66
67
doLast {
0 commit comments