Skip to content

Commit

Permalink
specify latest docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
maximtop committed Apr 27, 2024
1 parent fb85544 commit 9e7e955
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bamboo-specs/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ plan:
key: GHACTIONSRUNEXAMPLE
name: github-actions-runner - example
variables:
# TODO set tag
dockerNode: ghcr.io/adguardteam/githubactionsrunner:master-no-entrypoint
dockerNode: ghcr.io/adguardteam/githubactionsrunner:latest-no-entrypoint

stages:
- Test:
Expand Down Expand Up @@ -41,7 +40,6 @@ Test:
branch="${bamboo_planRepository_branchName}"
revision="${bamboo_planRepository_revision}"
# FIXME use github-actions-runner binary after it will be exposed in the docker
GITHUB_TOKEN=${bamboo.githubActionsRunnerPassword} github-actions-runner run-action --repo AdguardTeam/GithubActionsRunner --branch "$branch" --rev "$revision" --workflow example.yml --artifacts-path .
final-tasks:
- script:
Expand Down

0 comments on commit 9e7e955

Please sign in to comment.