.
learn-github-actions / check-bats-version (push) Waiting to run Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
giles 2023-10-20 18:47:22 +01:00
parent b9ee107f6f
commit 922cde0fc5
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
FROM gitea/act_runner:latest
COPY config.yaml /
CMD ["act_runner", "daemon"]
ENTRYPOINT ["act_runner", "daemon"]

View File

@ -44,7 +44,7 @@ services:
networks:
- appnet
environment:
- CONFIG_FILE=/config.yaml \
- CONFIG_FILE=/config.yam
- GITEA_INSTANCE_URL=https://sigyl.com/git/
- GITEA_RUNNER_REGISTRATION_TOKEN=$RUNNER_REGISTRATION_TOKEN
- GITEA_RUNNER_NAME="giles-test"