precice / systemtests

Testing preCICE / solver combinations using Docker
GNU General Public License v3.0
3 stars 4 forks source link

Perform docker login before pulling images from DockerHub #271

Closed Eder-K closed 3 years ago

Eder-K commented 3 years ago

Possibly helps with #270.

Adds a quick docker login command before executing docker build. This way we are using the authenticated account 'precice' when pulling images during the build.

In any case, even if it does not affect the linked issue, this should be done by default.