ACS-2613 Restore missing images (#545)

This commit is contained in:
Piotr Żurek
2022-03-01 18:11:04 +00:00
committed by GitHub
parent ce7f300ed7
commit dff9bc0a9e
2 changed files with 16 additions and 0 deletions
@@ -279,6 +279,14 @@
</image>
</images>
</configuration>
<executions>
<execution>
<goals>
<goal>build</goal>
<goal>push</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
@@ -267,6 +267,14 @@
</image>
</images>
</configuration>
<executions>
<execution>
<goals>
<goal>build</goal>
<goal>push</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>