diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 048992e..1b3197e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3.0.0 + uses: docker/build-push-action@v4.0.0 with: context: ./ file: ./Dockerfile