Skip to content

Commit 148217c

Browse files
Update docker/setup-buildx-action action to v3
1 parent 798df05 commit 148217c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/setup-qemu-action@v2
3434
-
3535
name: Set up Docker Buildx
36-
uses: docker/setup-buildx-action@v2
36+
uses: docker/setup-buildx-action@v3
3737
-
3838
name: Login to DockerHub
3939
uses: docker/login-action@v2

0 commit comments

Comments
 (0)