Update docker/setup-buildx-action action to v2

This commit is contained in:
renovate[bot] 2023-02-07 05:12:17 +00:00 committed by GitHub
parent a3ef0c6588
commit 0ef73122fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ jobs:
echo "WEBAPP_RELEASE=${WEBAPP_RELEASE}" >> $GITHUB_ENV echo "WEBAPP_RELEASE=${WEBAPP_RELEASE}" >> $GITHUB_ENV
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1 uses: docker/setup-buildx-action@v2
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v2 uses: docker/setup-qemu-action@v2