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 should have a script that builds all the images and pushes them to docker hub automatically.
We can then have this as a CI job, however we should be careful about this and not push images if anything fails, otherwise it will stop the development.
So maybe we can push with a dev tag and create a PR where we use dev tagged images to manually check if all tests pass.
For now the script part is more important than the periodic runs.
The text was updated successfully, but these errors were encountered:
We should have a script that builds all the images and pushes them to docker hub automatically.
We can then have this as a CI job, however we should be careful about this and not push images if anything fails, otherwise it will stop the development.
So maybe we can push with a
dev
tag and create a PR where we usedev
tagged images to manually check if all tests pass.For now the script part is more important than the periodic runs.
The text was updated successfully, but these errors were encountered: