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