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: