-
Notifications
You must be signed in to change notification settings - Fork 0
Update and rename ghcr.yaml to container_image.yaml #21
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
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
env: | ||
REGISTRY: ghcr.io | ||
IMAGE_NAME: ${{ github.repository }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Enable Docker content trust to ensure only signed images are pushed [Security, importance: 8]
env: | |
REGISTRY: ghcr.io | |
IMAGE_NAME: ${{ github.repository }} | |
env: | |
REGISTRY: ghcr.io | |
IMAGE_NAME: ${{ github.repository }} | |
DOCKER_CONTENT_TRUST: 1 |
Co-authored-by: codiumai-pr-agent-free[bot] <138128286+codiumai-pr-agent-free[bot]@users.noreply.github.com>
|
PR Type
enhancement, configuration changes
Description
container_image.yaml
) to automate the process of building, tagging, and publishing Docker images to GHCR.io.ghcr.yaml
) that previously handled Docker image publishing.Changes walkthrough 📝
container_image.yaml
Add GitHub Actions workflow for Docker image publishing
.github/workflows/container_image.yaml
GHCR.io.
the registry.
images.
ghcr.yaml
Remove outdated Docker image workflow
.github/workflows/ghcr.yaml
Docker images.