Skip to content

Commit 2239722

Browse files
authored
Merge pull request #1069 from nginx-proxy/dependabot/github_actions/docker/setup-buildx-action-3
ci: bump docker/setup-buildx-action from 2 to 3
2 parents f0f4435 + ce3d3be commit 2239722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: docker/setup-qemu-action@v3
5353

5454
- name: Set up Docker Buildx
55-
uses: docker/setup-buildx-action@v2
55+
uses: docker/setup-buildx-action@v3
5656

5757
- name: Login to DockerHub
5858
uses: docker/#-action@v3

0 commit comments

Comments
 (0)