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

Explicitly ask for the latest buildx version #1409

Merged

Conversation

consideRatio
Copy link
Collaborator

@consideRatio consideRatio commented Jul 16, 2021

This is a followup to complement#1399 and #1408 about things that wasn't tested as it was part of the steps to push to the official registry.

docker buildx build --push resulted in 401 Unauthorized while docker push didn't. I think the reason is that there is a bug in buildx 0.5.1 that is patched in 0.6.0 that was released an hour ago.

To make it available, I explicitly declare that I want to use the latest version of buildx to make it download and install it. I noted that this made the setup take ~3 seconds longer and we can save that time by removing the explicit latest when this has become generally available here: https://github.com/actions/virtual-environments/blob/HEAD/images/linux/Ubuntu2004-README.md#tools

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.

1 participant