Skip to content

Revert "Update release_build_infisical_cli.yml"#33

Merged
varonix0 merged 2 commits intomainfrom
daniel/revert
Oct 10, 2025
Merged

Revert "Update release_build_infisical_cli.yml"#33
varonix0 merged 2 commits intomainfrom
daniel/revert

Conversation

@varonix0
Copy link
Member

This reverts commit 5e012f2.

Description 📣

Type ✨

  • Bug fix
  • New feature
  • Improvement
  • Breaking change
  • Documentation

Tests 🛠️

# Here's some code block to paste some code snippets

@varonix0 varonix0 merged commit 6412183 into main Oct 10, 2025
2 checks passed
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greptile Overview

Summary

Reverts the upgrade of docker/setup-buildx-action from v2 to v3 in the Windows build job.

  • Downgrades docker/setup-buildx-action to v2 in the goreleaser-windows job (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
Loading

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants