From c29bfecef0e8d14a2fb4301263250fdd5ba99df9 Mon Sep 17 00:00:00 2001 From: Aleksandr Stepanov Date: Mon, 16 Oct 2023 18:00:59 +0300 Subject: [PATCH] ci: Migration from ci-runner to matterlabs-ci-runner (#8) Migration from deprecated self-hosted, ci-runners to matterlabs-ci-runners We are moving from deprecated runners to stable. --- .github/workflows/docker_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker_build.yaml b/.github/workflows/docker_build.yaml index d2d1d536..08735179 100644 --- a/.github/workflows/docker_build.yaml +++ b/.github/workflows/docker_build.yaml @@ -11,7 +11,7 @@ concurrency: jobs: build-push-image: name: Build and push Docker image - runs-on: [self-hosted, ci-runner] + runs-on: [matterlabs-ci-runner] steps: - uses: actions/checkout@v3