diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index c655b8d6..b71161bc 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -35,8 +35,11 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.sha }} - - name: Pull pre-built image from GHCR - run: docker pull ghcr.io/tailcallhq/graphql-benchmarks:latest + - name: Build devcontainer and run setup and benchmark + uses: devcontainers/ci@v0.3 + with: + imageName: graphql-benchmarks + push: always - name: Run Benchmarks run: |