Skip to content

Commit

Permalink
[improve][build] Move docker-push profile to submodule (apache#23093)
Browse files Browse the repository at this point in the history
Signed-off-by: Zixuan Liu <[email protected]>
(cherry picked from commit 47d35a0)
  • Loading branch information
nodece committed Oct 23, 2024
1 parent 7a2da2d commit e90d783
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,5 @@
</plugins>
</build>
</profile>
<profile>
<id>docker-push</id>
<properties>
<docker.skip.push>false</docker.skip.push>
<docker.platforms>linux/amd64,linux/arm64</docker.platforms>
</properties>
</profile>
</profiles>
</project>
7 changes: 7 additions & 0 deletions docker/pulsar-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,12 @@
</plugins>
</build>
</profile>
<profile>
<id>docker-push</id>
<properties>
<docker.skip.push>false</docker.skip.push>
<docker.platforms>linux/amd64,linux/arm64</docker.platforms>
</properties>
</profile>
</profiles>
</project>
7 changes: 7 additions & 0 deletions docker/pulsar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,12 @@
</plugins>
</build>
</profile>
<profile>
<id>docker-push</id>
<properties>
<docker.skip.push>false</docker.skip.push>
<docker.platforms>linux/amd64,linux/arm64</docker.platforms>
</properties>
</profile>
</profiles>
</project>

0 comments on commit e90d783

Please sign in to comment.