Automate workaround to trigger ETSI flow
[integration/csit.git] / plans / so / integration-etsi-testing / so-simulators / package / docker / pom.xml
index 873fa2a..1753f4b 100644 (file)
                     <pushRegistry>${docker.push.registry}</pushRegistry>
 
                     <images>
+                        <image>
+                            <name>jobs/workaround-job-container</name>
+                            <build>
+                                <cleanup>try</cleanup>
+                                <dockerFileDir>docker-files</dockerFileDir>
+                                <dockerFile>Dockerfile.workaround-job-container</dockerFile>
+                            </build>
+                        </image>
                         <image>
                             <name>simulators/sdc-simulator</name>
                             <build>