Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyepianzhou committed Aug 12, 2023
1 parent 7685b5c commit 48c06b8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions docker/pulsar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,6 @@
</properties>

<profiles>
<profile>
<id>git-commit-id-no-git</id>
<activation>
<file>
<missing>${basedir}/../../.git/index</missing>
</file>
</activation>
<properties>
<git.commit.id.abbrev>no-git</git.commit.id.abbrev>
</properties>
</profile>
<profile>
<id>docker</id>
<build>
Expand Down Expand Up @@ -93,7 +82,7 @@
<contextDir>${project.basedir}</contextDir>
<tags>
<tag>latest</tag>
<tag>${project.version}-${git.commit.id.abbrev}</tag>
<tag>${project.version}</tag>
</tags>
<buildx>
<platforms>
Expand Down

0 comments on commit 48c06b8

Please sign in to comment.