diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e00495169..3b75bfedc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: "Build and push" - uses: docker/build-push-action@v3.1.1 + uses: docker/build-push-action@v3.2.0 with: context: ./ file: ./Dockerfile