Skip to content

Commit ab7ce9c

Browse files
committed
ci: temporary fix for Buildx crash
1 parent 5afde55 commit ab7ce9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ jobs:
231231
name: Set up Docker Buildx
232232
uses: docker/setup-buildx-action@v3
233233
with:
234-
version: latest
234+
# Temporary fix for https://github.com/docker/buildx/issues/2229
235+
version: "https://github.com/jedevc/buildx.git#imagetools-resolver-copy-dupe"
235236
-
236237
name: Login to DockerHub
237238
uses: docker/login-action@v3

0 commit comments

Comments
 (0)