aboutsummaryrefslogtreecommitdiffstats
path: root/cucumber-js-test-apis-ci/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cucumber-js-test-apis-ci/pom.xml')
-rw-r--r--cucumber-js-test-apis-ci/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/cucumber-js-test-apis-ci/pom.xml b/cucumber-js-test-apis-ci/pom.xml
index d588dacaa7..68165528cf 100644
--- a/cucumber-js-test-apis-ci/pom.xml
+++ b/cucumber-js-test-apis-ci/pom.xml
@@ -242,10 +242,11 @@
<cleanup>try</cleanup>
<dockerFileDir>${project.build.directory}/docker_assembly</dockerFileDir>
<tags>
- <tag>${docker.tag}</tag>
+ <tag>latest</tag>
<tag>
${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest
</tag>
+ <tag>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-${maven.build.timestamp}</tag>
</tags>
</build>
</image>