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
I like this automation idea, but I can't think of a repo we use where the final deploy step is pushing a docker image. Usually the deploy is something like, build docker, push docker, then run another script that deploys some new cloud infra. Can scripts like that be included in github actions?
@paulguerrie thanks for the explanation. This is very interesting, I think it should work if we keep main the place where we push stuff that will result in a docker build. If this sounds too complicated/time consuming, then probably it is and we can ditch this idea
We can add an action to build and push a container to our hub
The text was updated successfully, but these errors were encountered: