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

Do not login or push to dockerhub if secrets not available in job #995

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

ponyisi
Copy link
Collaborator

@ponyisi ponyisi commented Mar 10, 2025

It's important that dependabot be able to build docker images to test that the updated poetry.lock files actually work in the container build process. The current setup requires that the Docker Hub secrets be present in the CI job or else things will fail, and dependabot does not have access to these. Use a conditional to avoid pushing the images, and just check we can build them.

@ponyisi ponyisi requested a review from BenGalewsky March 11, 2025 02:06
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.

1 participant