Skip to content
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

CI: do not build and publish Docker images on PRs from dependabot. #708

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

qkaiser
Copy link
Contributor

@qkaiser qkaiser commented Jan 20, 2024

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.

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.
@nyuware nyuware self-requested a review January 22, 2024 12:43
@qkaiser qkaiser merged commit 88edba3 into main Jan 22, 2024
14 checks passed
@qkaiser qkaiser deleted the 705-ci-dependabot branch January 22, 2024 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants