Skip to content

Commit 8906ce4

Browse files
Update docker/setup-buildx-action action to v3
1 parent fc2af3c commit 8906ce4

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
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up QEMU
2727
uses: docker/setup-qemu-action@v3
2828
- name: Set up Docker Buildx
29-
uses: docker/setup-buildx-action@v2
29+
uses: docker/setup-buildx-action@v3
3030
- name: Extract metadata (tags, labels) for Docker
3131
id: meta
3232
uses: docker/metadata-action@v4.3.0

0 commit comments

Comments
 (0)