Skip to content

Commit

Permalink
Change repository tag for test image (apache#2571)
Browse files Browse the repository at this point in the history
This uses the docker.organization property to tag the test image to make it consistent with other pom files
aahmed-se authored and sijie committed Sep 17, 2018
1 parent d5e88c1 commit 844f46f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/docker-images/latest-version-image/pom.xml
Original file line number Diff line number Diff line change
@@ -68,13 +68,13 @@
<goal>tag</goal>
</goals>
<configuration>
<repository>apachepulsar/pulsar-test-latest-version</repository>
<repository>${docker.organization}/pulsar-test-latest-version</repository>
<tag>latest</tag>
</configuration>
</execution>
</executions>
<configuration>
<repository>apachepulsar/pulsar-test-latest-version</repository>
<repository>${docker.organization}/pulsar-test-latest-version</repository>
<tag>${project.version}</tag>
<pullNewerImage>false</pullNewerImage>
<noCache>true</noCache>

0 comments on commit 844f46f

Please sign in to comment.