Skip to content

Commit 10ad53d

Browse files
authored
Merge pull request #733 from OWASP/dependabot/github_actions/docker/setup-buildx-action-3
Bump docker/setup-buildx-action from 2 to 3
2 parents 2e7886e + d8d887c commit 10ad53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
username: ${{ secrets.DOCKER_HUB_USERNAME }}
1919
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
2020
- name: Set up Docker Buildx
21-
uses: docker/setup-buildx-action@v2
21+
uses: docker/setup-buildx-action@v3
2222
- name: Build and push
2323
uses: docker/build-push-action@v5
2424
with:

0 commit comments

Comments
 (0)