From ddd893b9c1ecf36b9e853aec5e58e587e726f188 Mon Sep 17 00:00:00 2001 From: Maxim Topciu Date: Mon, 13 May 2024 17:01:07 +0300 Subject: [PATCH] set exact docker image --- bamboo-specs/example.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bamboo-specs/example.yaml b/bamboo-specs/example.yaml index 80fbca4..c2a39d2 100644 --- a/bamboo-specs/example.yaml +++ b/bamboo-specs/example.yaml @@ -15,10 +15,9 @@ plan: key: GHACTIONSRUNEXAMPLE name: github-actions-runner - example variables: - # Using github-actions-runner Docker image for the latest stable version. - # latest-ci docker image does not have any entrypoint and has the + # This docker image does not have any entrypoint and has the # runner installed. - docker: ghcr.io/adguardteam/githubactionsrunner:latest-ci + docker: ghcr.io/adguardteam/githubactionsrunner:v1.1.1 stages: - Test: