From a8e9bb7ac76ded86397cc4b79975360c95036b5c Mon Sep 17 00:00:00 2001 From: Maxim Topciu Date: Sat, 27 Apr 2024 22:05:39 +0300 Subject: [PATCH] try latest --- 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 8fbfe7a..80fbca4 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:master-ci + docker: ghcr.io/adguardteam/githubactionsrunner:latest-ci stages: - Test: