From 47162a66b61409693581431e6f751a318904bdde Mon Sep 17 00:00:00 2001 From: BodoBolero Date: Thu, 14 Aug 2025 14:07:22 +0200 Subject: [PATCH] fix image --- .github/workflows/verify_runner_perf.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/verify_runner_perf.yml b/.github/workflows/verify_runner_perf.yml index a1c68c76cc..871b97237b 100644 --- a/.github/workflows/verify_runner_perf.yml +++ b/.github/workflows/verify_runner_perf.yml @@ -31,11 +31,12 @@ jobs: runs-on: ${{ matrix.runner }} timeout-minutes: 120 container: - image: ${{ vars.REGISTRY }}/brickstore/neon/build-tools:pinned-bookworm + image: ${{ needs.build-build-tools-image.outputs.image }}-bookworm credentials: - username: ${{ secrets.IMAGE_REGISTRY_USER }} - password: ${{ secrets.IMAGE_REGISTRY_PASSWORD }} - options: --init + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + # for changed limits, see comments on `options:` earlier in this file + options: --init --shm-size=512mb --ulimit memlock=67108864:67108864 --ulimit nofile=65536:65536 --security-opt seccomp=unconfined steps: - name: Checkout sysbench source