diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92d498313b..718fac8fc0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: password: ${{ secrets.GH_REGISTRY_TOKEN }} - name: Build and push id: docker_build - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v6 with: push: true tags: |