From 89b7a02c3a7197874e9ec83ae30f29c55b9c2cc0 Mon Sep 17 00:00:00 2001 From: BAStos525 Date: Tue, 13 Feb 2024 10:15:16 +0300 Subject: [PATCH] update profiler workflow Signed-off-by: BAStos525 --- .github/workflows/iroha2-profiling-image.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/iroha2-profiling-image.yml b/.github/workflows/iroha2-profiling-image.yml index 2f14c841cca..4ea8990332d 100644 --- a/.github/workflows/iroha2-profiling-image.yml +++ b/.github/workflows/iroha2-profiling-image.yml @@ -26,7 +26,9 @@ on: jobs: registry: - runs-on: [self-hosted, Linux, iroha2-dev-push] + runs-on: [self-hosted] + container: + image: hyperledger/iroha2-ci:nightly-2023-06-25 steps: - uses: actions/checkout@v4 - uses: docker/login-action@v3