-
Notifications
You must be signed in to change notification settings - Fork 0
Add workflow to upload minimal Alpine container to GHCR #10
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
Co-authored-by: yarikoptic <39889+yarikoptic@users.noreply.github.com>
Co-authored-by: yarikoptic <39889+yarikoptic@users.noreply.github.com>
|
@copilot make it also build on PRs if Dockerfile changed, but not upload. This way we could test/ensure that it builds fine |
Co-authored-by: yarikoptic <39889+yarikoptic@users.noreply.github.com>
Done in commit 98474fa. The workflow now:
|
|
@copilot see and address fails to CI run on this PR |
Co-authored-by: yarikoptic <39889+yarikoptic@users.noreply.github.com>
Fixed in commit 1d02b34. The issue was that the Docker metadata action was generating an invalid tag format ( Changes:
The workflow will now build successfully on PRs without pushing to the registry. |
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.