Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit f6cdc82

Browse files
authored
Merge pull request #642 from kubernetes-sigs/dependabot/github_actions/docker/setup-buildx-action-3
🌱 Bump docker/setup-buildx-action from 2 to 3
2 parents d0f9855 + 7f3da56 commit f6cdc82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: docker/setup-qemu-action@v2
6060

6161
- name: Set up Docker Buildx
62-
uses: docker/setup-buildx-action@v2
62+
uses: docker/setup-buildx-action@v3
6363

6464
- name: Login to ghcr.io registry
6565
uses: docker/login-action@v2

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/setup-qemu-action@v2
3030

3131
- name: Set up Docker Buildx
32-
uses: docker/setup-buildx-action@v2
32+
uses: docker/setup-buildx-action@v3
3333

3434
- name: Login to ghcr.io registry
3535
uses: docker/login-action@v2

0 commit comments

Comments
 (0)