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 <nodeces@gmail.com>
(cherry picked from commit 47d35a0)
  • Loading branch information
nodece committed Aug 28, 2024
1 parent d1a579f commit 7ddc16a
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 @@ -75,12 +75,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 @@ -131,5 +131,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 7ddc16a

Please sign in to comment.