Skip to content

Commit d66cffa

Browse files
committed
Set Buildx driver options in GitHub action
Added driver options to the Docker Buildx setup step to specify the image being used. This ensures the build process uses the specified version of Buildx, increasing consistency and stability.
1 parent fc32c42 commit d66cffa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/actions/build/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ runs:
3030

3131
- name: Set up Docker Buildx
3232
uses: docker/setup-buildx-action@v2
33+
with:
34+
driver-opts: image=hyperskill.azurecr.io/moby/buildkit:buildx-stable-1
3335

3436
- name: Login to Docker Hub
3537
uses: docker/login-action@v2

0 commit comments

Comments
 (0)