Forgot to add creation time to jib

This commit is contained in:
NovaFox161
2021-06-17 13:08:27 -05:00
parent f194dbf2c1
commit b3e9094a6a
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -82,6 +82,9 @@
<to>
<image>rg.nl-ams.scw.cloud/dreamexposure/discal-client:${revision}</image>
</to>
<container>
<creationTime>USE_CURRENT_TIMESTAMP</creationTime>
</container>
</configuration>
</plugin>
<plugin>
+3
View File
@@ -107,6 +107,9 @@
<to>
<image>rg.nl-ams.scw.cloud/dreamexposure/discal-server:${revision}</image>
</to>
<container>
<creationTime>USE_CURRENT_TIMESTAMP</creationTime>
</container>
</configuration>
</plugin>
<plugin>
+3
View File
@@ -114,6 +114,9 @@
<to>
<image>rg.nl-ams.scw.cloud/dreamexposure/discal-web:${revision}</image>
</to>
<container>
<creationTime>USE_CURRENT_TIMESTAMP</creationTime>
</container>
</configuration>
</plugin>
<plugin>