Skip to content
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

fix(github-actions): pin buildx to v0.11.2 #3481

Merged
merged 2 commits into from
Jun 7, 2023
Merged

fix(github-actions): pin buildx to v0.11.2 #3481

merged 2 commits into from
Jun 7, 2023

Conversation

nitrocode
Copy link
Member

@nitrocode nitrocode commented Jun 3, 2023

what

  • fix(github-actions): pin buildx to v0.11.2

why

  • resolve intermittent build failures
  • at one point we did not have a pin, which gave us many build failures. Then we pinned to v0.10.6 and experienced no build failures. Then buildkit released a fix in v0.11.2 and instead of pinning, we removed the pin to use the latest again. I think a recent release maybe v0.11.6 or earlier caused a regression, albeit rare.
  • if pinning to v0.11.2 doesn't resolve this then we pin to v0.10.6 again

tests

  • I have tested my changes by reading docs and references and testing in this pr

references

@nitrocode nitrocode requested a review from a team as a code owner June 3, 2023 15:08
@nitrocode nitrocode added this to the v0.24.3 milestone Jun 3, 2023
@nitrocode nitrocode enabled auto-merge (squash) June 3, 2023 15:35
@nitrocode
Copy link
Member Author

cc: @jamengual @GenPage please review. This is a pretty tiny PR.

@nitrocode nitrocode merged commit bbebf3d into main Jun 7, 2023
13 checks passed
@nitrocode nitrocode deleted the pin-buildx branch June 7, 2023 00:01
@nitrocode nitrocode mentioned this pull request Jun 13, 2023
1 task
mtavaresmedeiros pushed a commit to mtavaresmedeiros/atlantis that referenced this pull request Jul 3, 2023
ijames-gc pushed a commit to gocardless/atlantis that referenced this pull request Feb 13, 2024
ijames-gc pushed a commit to gocardless/atlantis that referenced this pull request Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants