Revert "Update release_build_infisical_cli.yml"#33
Merged
Conversation
This reverts commit 5e012f2.
sheensantoscapadngan
approved these changes
Oct 10, 2025
Contributor
There was a problem hiding this comment.
Greptile Overview
Summary
Reverts the upgrade of docker/setup-buildx-action from v2 to v3 in the Windows build job.
- Downgrades
docker/setup-buildx-actionto v2 in thegoreleaser-windowsjob (line 180) - This was previously upgraded in commit 5e012f2 as part of PR #32
Confidence Score: 5/5
- This PR is safe to merge with minimal risk
- This is a simple revert of a dependency version change. The change only affects the Docker Buildx action version in the Windows build workflow, reverting from v3 to v2. This is likely being reverted due to compatibility issues with the Windows build environment. No logic changes, security issues, or code quality concerns.
- No files require special attention
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| .github/workflows/release_build_infisical_cli.yml | 5/5 | Reverts docker/setup-buildx-action from v3 to v2 in Windows build job |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant GH as GitHub Actions
participant DH as Docker Hub
participant GR as GoReleaser
Dev->>GH: Push tag / trigger workflow
GH->>GH: Start goreleaser-windows job
GH->>DH: Login to Docker Hub
GH->>GH: Set up Docker Buildx v2 (reverted from v3)
GH->>GR: Run goreleaser-action (Windows)
GR->>GR: Build Windows binaries & images
Note over GH,GR: Windows build completes first
GH->>GH: Start goreleaser job (depends on Windows)
GH->>DH: Login to Docker Hub
GH->>GH: Set up Docker Buildx v2
GH->>GR: Run goreleaser-action (Linux/macOS)
GR->>GR: Build multi-platform binaries & images
GH->>GH: Start npm-release job
GH->>GH: Publish to NPM registry
1 file reviewed, no comments
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.
This reverts commit 5e012f2.
Description 📣
Type ✨
Tests 🛠️
# Here's some code block to paste some code snippets