From bbff7d7454eaf3e619345b75527aa27a5b74b580 Mon Sep 17 00:00:00 2001 From: Maxim Topciu Date: Sat, 27 Apr 2024 21:52:51 +0300 Subject: [PATCH] check with more logs --- bamboo-specs/example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bamboo-specs/example.yaml b/bamboo-specs/example.yaml index ff3d191..404e5d4 100644 --- a/bamboo-specs/example.yaml +++ b/bamboo-specs/example.yaml @@ -18,7 +18,7 @@ variables: # Using github-actions-runner Docker image for the latest stable version. # latest-ci docker image does not have any entrypoint and has the # runner installed. - docker: ghcr.io/adguardteam/githubactionsrunner:latest-ci + docker: ghcr.io/maximtop/github-actions-runner:master-ci stages: - Test: