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

Docker builds #6

Merged
merged 6 commits into from
Dec 17, 2022
Merged

Docker builds #6

merged 6 commits into from
Dec 17, 2022

Conversation

palp
Copy link
Contributor

@palp palp commented Dec 14, 2022

  • Add dockerfile for bot
  • Add build actions for docker images (bot + backend)

@palp palp requested a review from yk as a code owner December 14, 2022 02:03
@yk
Copy link
Collaborator

yk commented Dec 14, 2022

do we need to build & publish on every push? Do you think it makes sense to restrict it to tags starting with "v", which would then be our releases?

@palp
Copy link
Contributor Author

palp commented Dec 14, 2022

do we need to build & publish on every push? Do you think it makes sense to restrict it to tags starting with "v", which would then be our releases?

Yeah, every push is probably too much. PR builds might be useful for testing, but also probably a lot of noise. I'll set it up to work off tags for now and we can adjust if needed.

@palp
Copy link
Contributor Author

palp commented Dec 15, 2022

I left in the path filters, which should skip "empty" releases (i.e., only the bot was modified, so no new image is built of the backend). This may or may not make sense to do.

Copy link
Collaborator

@yk yk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@yk yk merged commit f6c8eae into LAION-AI:main Dec 17, 2022
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