diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12db40a..2f724c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: "Build and push" - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v4.0.0 with: context: ./ file: ./Dockerfile