⬆️ Update docker/setup-buildx-action action to v2 (#144)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-05-13 13:49:57 +02:00 committed by GitHub
parent 42bae4c2cf
commit 229ae598dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ jobs:
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx ${{matrix.arch}}
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
- name: Set Version Prod ${{matrix.arch}}
if: github.event_name != 'workflow_dispatch' && github.event_name != 'push'