🚀 ci: Add Docker and GoReleaser workflows and configurations (main)#2
Merged
🚀 ci: Add Docker and GoReleaser workflows and configurations (main)#2
Conversation
Collaborator
vaayne
commented
Feb 27, 2025
- Add Docker build and push workflows for polyllm-cli and polyllm-server
- Add GoReleaser workflow for automated releases
- Update .gitignore to ignore GoReleaser dist directory
- Add .goreleaser.yaml configuration
- Add Dockerfile for building Go binaries
- Reformat go.yml workflow for consistency
- Add Docker build and push workflows for polyllm-cli and polyllm-server - Add GoReleaser workflow for automated releases - Update .gitignore to ignore GoReleaser dist directory - Add .goreleaser.yaml configuration - Add Dockerfile for building Go binaries - Reformat go.yml workflow for consistency
✨ ci: Add pull_request trigger to docker-build-all workflow and remove from goreleaser - Added pull_request trigger to docker-build-all workflow to run on PRs to main branch - Removed pull_request trigger from goreleaser workflow since it should only run on tag pushes
- The `id-token: write` permission is no longer needed for the docker build and push workflow - This simplifies the permissions setup and follows the principle of least privilege
- Changed cache type from registry to local for better performance - Added cache move step as temporary fix for docker/build-push-action#252 - Inherited secrets in docker-build-all.yml workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.