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 GitHub Actions to Build Your Container Ahead of Time #165

Open
ZaxLofful opened this issue Jan 30, 2023 · 0 comments
Open

Use GitHub Actions to Build Your Container Ahead of Time #165

ZaxLofful opened this issue Jan 30, 2023 · 0 comments

Comments

@ZaxLofful
Copy link

This tool is great, but its actually not best practice to have the user build using docker-compose unless we are talking about a DEV env.

You can actually have GitHub do this for you automatically using GitHub Actions. It will build the docker container on their servics and then deploy it to the default Docker Repo.

This allows people to pull your container is from a trusted source, allowing for proper use of Docker-Compose to build micro-services around this container.

https://github.com/marketplace/actions/build-and-push-docker-images

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

No branches or pull requests

1 participant