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
ci: do not build and push Docker images on pull requests
Build the docker images only when pushing to main, there's no need to
build those images in each and every pull request.
Initial trigger for this was that dependabot does not possess the
required privileges to push to our Docker registry, so there's no point
building and pushing the image at that point.
0 commit comments