removed port 22
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:55:34 +01:00
parent 856ebb3338
commit e659629538
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -48,7 +48,7 @@ services:
- GITEA_INSTANCE_URL=https://sigyl.com/git/ - GITEA_INSTANCE_URL=https://sigyl.com/git/
- GITEA_RUNNER_REGISTRATION_TOKEN=$RUNNER_REGISTRATION_TOKEN - GITEA_RUNNER_REGISTRATION_TOKEN=$RUNNER_REGISTRATION_TOKEN
- GITEA_RUNNER_NAME="giles-test" - GITEA_RUNNER_NAME="giles-test"
# - e GITEA_RUNNER_LABELS=<runner_labels> \ - GITEA_RUNNER_LABELS=""
volumes: volumes:
gitea-app: gitea-app: