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

[Enhancement] Divide docker pipeline so that it can also be used as a PR check #37

Open
kekonn opened this issue Mar 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kekonn
Copy link
Owner

kekonn commented Mar 28, 2024

Cut the docker pipeline up into multiple steps (build and push) so that we can do the build but skip the push step on PRs that touch anything in the Docker folder.

One thing we should definitely change is the docker metadata detection. Currently it only works if we run this from the main branch. Documentation for the action can be found here. Consider skipping this step entirely, since it's only useful when we push.

@kekonn kekonn added the enhancement New feature or request label Mar 28, 2024
@kekonn kekonn self-assigned this Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant