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 e1686b1 commit 6c5b389Copy full SHA for 6c5b389
.github/workflows/test.yml
@@ -60,6 +60,9 @@ jobs:
60
61
- name: Set up Docker Buildx
62
uses: docker/setup-buildx-action@v3
63
+ with:
64
+ version: v0.18.0
65
+ driver-opts: image=moby/buildkit:v0.17.2
66
67
- name: Run Buildx
68
run: |
@@ -102,6 +105,9 @@ jobs:
102
105
103
106
104
107
108
109
110
111
112
113
0 commit comments