This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 0b589b4e1fb1d87b9871114d5391440cbf5562a2 Author: Lari Hotari <[email protected]> AuthorDate: Mon Sep 23 15:00:52 2024 +0300 [fix][build] Fix problem where git.commit.id.abbrev is missing in image tagging (#23337) (cherry picked from commit 7d4ac9dc542ff1e840f4e520836b6a3c49c6338d) --- docker/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/pom.xml b/docker/pom.xml index b6d5304855f..f6b896a1540 100644 --- a/docker/pom.xml +++ b/docker/pom.xml @@ -68,7 +68,6 @@ <configuration> <skip>false</skip> <injectAllReactorProjects>true</injectAllReactorProjects> - <runOnlyOnce>true</runOnlyOnce> <skipPoms>false</skipPoms> </configuration> </plugin>
