This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit b4c6f02bfd36fe4affbf156d131e5997beea9368 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 45b19a53e07..39dc63948e9 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>
