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 GitHub
parent 0fb31b5b85
commit 9f471afa02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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