We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5df9fd commit 3bdadfaCopy full SHA for 3bdadfa
.github/workflows/pr-build.yml
@@ -81,6 +81,8 @@ jobs:
81
82
- name: Set up Docker Buildx
83
uses: docker/setup-buildx-action@v2
84
+ with:
85
+ driver-opts: image=moby/buildkit:v0.15.1
86
if: ${{ matrix.os == 'ubuntu-latest' }}
87
88
- name: Build image for testing
0 commit comments