You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're going to be adding GitHub CI pipelines on our projects soon, so we'll have the same use case. I think we'll publish it as a image then.
We did not publish it as an image in the past due to security reasons (deepl-mock is not secure); we'll have to make sure the image has appropriate warnings on it.
I'd like to run integration tests against this mock in our CI pipeline.
However github only supports images for services, not whole repositories that still need building.
See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idservicesservice_idimage
Would it be possible to publish this image (automatically) to docker hub?
Basically this https://hub.docker.com/r/thibauddemay/deepl-mock but than official?
The text was updated successfully, but these errors were encountered: