Skip to content

Commit

Permalink
Fix docker image for example
Browse files Browse the repository at this point in the history
Merge in CI/github-actions-runner from fix/docker_image to master

* commit '9e7e95534f346f4898e25e42907035eae551c137':
  specify latest docker image
  fix docker image
  • Loading branch information
maximtop committed Apr 27, 2024
2 parents 6b56b25 + 9e7e955 commit 4cb0530
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bamboo-specs/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plan:
key: GHACTIONSRUNEXAMPLE
name: github-actions-runner - example
variables:
# TODO set tag
dockerNode: ghcr.io/adguardteam/githubactionsrunner:latest-no-entrypoint

stages:
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 4cb0530

Please sign in to comment.