diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d882106..b4f7775 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -190,7 +190,7 @@ jobs: - name: Build and publish image id: docker_build - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . file: ./ci.Dockerfile