diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30ea5bf4..fddcc4b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: push: true tags: ${{ steps.meta.outputs.tags }}