You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell us about your request
The Docker GitHub Action currently uses the features provided by docker build. Faster builds are accessible by using BuildKit but this requires setting an environment variable which is not obvious to most users. Building multi arch images is currently not possible. This proposes moving the GitHub Action to use buildx which provides these features out of the box.
Which service(s) is this request for?
This is for the Docker GitHub Action which can be found here. Source code for the Action can be found here.
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Tell us about your request
The Docker GitHub Action currently uses the features provided by
docker build
. Faster builds are accessible by using BuildKit but this requires setting an environment variable which is not obvious to most users. Building multi arch images is currently not possible. This proposes moving the GitHub Action to use buildx which provides these features out of the box.Which service(s) is this request for?
This is for the Docker GitHub Action which can be found here. Source code for the Action can be found here.
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Are you currently working around the issue?
N/A
Additional context
More technical details can be found on the Docker GitHub Action's issue tracker.
The text was updated successfully, but these errors were encountered: