-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run Docker build as part of CI checks #1608
Comments
BTW the local Compose environment is still broken with #1153 and we are required to manually keep our own version of
I think the conclusion was to roll back #1153, but it eventually was not. Is there a particular reason for that? |
Yes: No one filed a PR yet 😉 |
As I've not filed a "rollback" PR against the dependabot's PRs, is there a particular way to do it, or is it just a regular PR updating the keycloak version tag back to 24.0.5? I guess dependabot will eventually pick this up then and file another PR to try to update it back to 26.0.7? |
You create a PR with a revert commit (created by
Yes, but this time we'll just close the PR unmerged, so that Renovate (it's not Dependabot) will remember to not propose that update again. However, that's only a short-term solution until a new Keycloak 26.x version comes out, which will be proposed as an update by Renovate again, and there is a risk that it gets again accidentally merged. So obviously the better long-term solution is to fix the setup for Keycloak 26.x. |
To prevent that pull requests can break the Docker builds, change the Docker build workflow to also be triggered by PRs and the merge queue. In this case, do not push the images to the remote registry. Fixes #1608. Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
To prevent that pull requests can break the Docker builds, change the Docker build workflow to also be triggered by PRs and the merge queue. In this case, do not push the images to the remote registry. Fixes #1608. Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
Resolved by #1622. |
To prevent that changes can break the Docker build unnoticed (like #1591 recently did), run the Docker build as part of the PR checks. This requires changing the Docker build workflow so that it can dry-run without pushing the images.
The text was updated successfully, but these errors were encountered: