Update docker/setup-buildx-action action to v2

This commit is contained in:
renovate[bot]
2022-12-06 00:09:42 +00:00
committed by Kavin
parent 58923fe13e
commit 9597a1a5a5
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
platforms: all
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
with:
version: latest
- name: Login to DockerHub