diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 234c65621..8efaec478 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@v2.10.0 + uses: docker/build-push-action@v3.0.0 with: context: ./ file: ./Dockerfile