diff --git a/.github/workflows/docker-hub-build-push-on-release.yml b/.github/workflows/docker-hub-build-push-on-release.yml index 31a521c..2f97856 100644 --- a/.github/workflows/docker-hub-build-push-on-release.yml +++ b/.github/workflows/docker-hub-build-push-on-release.yml @@ -24,7 +24,7 @@ jobs: echo "Action image_tag=${RELEASE_VERSION}" - name: Set up QEMU - uses: docker/setup-qemu-action@v1 + uses: docker/setup-qemu-action@v2 - name: Install buildx uses: docker/setup-buildx-action@v1.6.0