Skip to content

Commit dddbf36

Browse files
authored
Merge pull request #553 from nginx-proxy/dependabot/github_actions/docker/setup-buildx-action-3
ci: bump docker/setup-buildx-action from 2 to 3
2 parents 5cf10e4 + 02a0c7c commit dddbf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yml

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

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

6666
- name: Login to DockerHub
6767
uses: docker/login-action@v2

0 commit comments

Comments
 (0)