-
-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Due to changes in https://github.com/precice/python-bindings/blame/develop/.github/workflows/build-docker.yml#L36-L44 the workflow to update the Docker image is triggered on the master branch. This workflow fails on the master branch: https://github.com/precice/python-bindings/actions/runs/7799939617/job/21271746402 because it tries to build the Docker image using the precice/precice:latest image, which does not have user precice. Previously this did not happen because the workflow was only run for the develop branch.
The question now is, should we change something in the Docker recipe of the bindings or of preCICE to address the error, or shall we just build the Docker image of the bindings always on precice/precice:develop.