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

Use a GitHub Actions workflow to deploy buildenv #17

Open
djungelorm opened this issue Mar 12, 2023 · 2 comments
Open

Use a GitHub Actions workflow to deploy buildenv #17

djungelorm opened this issue Mar 12, 2023 · 2 comments

Comments

@djungelorm
Copy link
Member

Use a GitHub Actions workflow to deploy new versions of the buildenv docker image.

This workflow should be triggered when a change is pushed to the tools/docker/VERSION.txt file.

Doing it this way means that we don't need to locally build, then push a very large image. We just push the code changes, and let GitHub Actions do the build.

@GaryDeco
Copy link
Member

I see. That seems much more efficient.

@djungelorm
Copy link
Member Author

Also easier for someone to update the image without needing to have docker installed locally.

@djungelorm djungelorm transferred this issue from krpc/krpc Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants