Skip to content

Commit 6c5b389

Browse files
pin buildx and buildkit
1 parent e1686b1 commit 6c5b389

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060

6161
- name: Set up Docker Buildx
6262
uses: docker/setup-buildx-action@v3
63+
with:
64+
version: v0.18.0
65+
driver-opts: image=moby/buildkit:v0.17.2
6366

6467
- name: Run Buildx
6568
run: |
@@ -102,6 +105,9 @@ jobs:
102105

103106
- name: Set up Docker Buildx
104107
uses: docker/setup-buildx-action@v3
108+
with:
109+
version: v0.18.0
110+
driver-opts: image=moby/buildkit:v0.17.2
105111

106112
- name: Run Buildx
107113
run: |

0 commit comments

Comments
 (0)