Skip to content

Commit a121358

Browse files
Update docker/setup-buildx-action action to v3
1 parent e0c252d commit a121358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: docker/setup-qemu-action@v2
2222
-
2323
name: Set up Docker Buildx
24-
uses: docker/setup-buildx-action@v2
24+
uses: docker/setup-buildx-action@v3
2525
with:
2626
platforms: linux/amd64,linux/arm64
2727
-

0 commit comments

Comments
 (0)