Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Commit 4b5730b

Browse files
chore(deps): update docker/setup-buildx-action action to v2 (#829)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1b40128 commit 4b5730b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_tag.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
password: ${{ secrets.DOCKERHUB_TOKEN }}
5757

5858
- name: Set up Docker Buildx
59-
uses: docker/setup-buildx-action@v1
59+
uses: docker/setup-buildx-action@v2
6060

6161
- name: Docker build
6262
run: |

0 commit comments

Comments
 (0)