Skip to content

Commit

Permalink
Change calls to dockerPush to docker for multi-arch containers (#28216)
Browse files Browse the repository at this point in the history
* change calls to dockerPush to docker

* dockerPush -> docker

* dockerPush -> docker
  • Loading branch information
celeste-zeng authored Aug 30, 2023
1 parent e5ed7aa commit 5f1cc57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdks/java/expansion-service/container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ if (project.rootProject.hasProperty(["docker-pull-licenses"])) {
}

task pushAll {
dependsOn dockerPush
dependsOn docker
}
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ if (project.rootProject.hasProperty(["docker-pull-licenses"])) {
}

task pushAll {
dependsOn dockerPush
dependsOn docker
}
2 changes: 1 addition & 1 deletion sdks/python/expansion-service-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ if (project.rootProject.hasProperty(["docker-pull-licenses"])) {
}

task pushAll {
dependsOn dockerPush
dependsOn docker
}

0 comments on commit 5f1cc57

Please sign in to comment.