Skip to content

Commit

Permalink
set exact docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
maximtop committed May 13, 2024
1 parent 7b8e8b7 commit ddd893b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bamboo-specs/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ddd893b

Please sign in to comment.