Skip to content

Commit 5e2d01a

Browse files
Update docker/setup-buildx-action action to v3
1 parent f01454b commit 5e2d01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
type=ref,event=pr
2929
type=raw,value=latest,enable=${{ startsWith(github.event.head_commit.message, ':bookmark: v') }}
3030
- uses: docker/setup-qemu-action@v2
31-
- uses: docker/setup-buildx-action@v2
31+
- uses: docker/setup-buildx-action@v3
3232
- uses: docker/login-action@v2
3333
with:
3434
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)