-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update and rename main.yml to container_image.yml #33
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Quality Gate passedIssues Measures |
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
enhancement, configuration changes
Description
container_image.yml
to automate the process of building and publishing Docker images to GHCR.io.main.yml
that used a different action for building and pushing Docker images.Changes walkthrough 📝
container_image.yml
Add GitHub Actions workflow for Docker image publishing
.github/workflows/container_image.yml
GHCR.io.
the registry.
Docker images.
main.yml
Remove old Docker image build workflow
.github/workflows/main.yml
pushing Docker images.