Skip to content

Commit 3de9bfb

Browse files
Update docker/setup-buildx-action action to v3
1 parent e58f6a8 commit 3de9bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
# We need buildx to be able to build a multi-architecture image.
2121
- name: Set up Docker buildx
22-
uses: docker/setup-buildx-action@v1
22+
uses: docker/setup-buildx-action@v3
2323

2424
# We also need QEMU, since this is running on an AMD64 host and we want to
2525
# build ARM64 images.

0 commit comments

Comments
 (0)