Compare commits
4 commits
c5e4561cbb
...
7aaafc6fc4
| Author | SHA1 | Date | |
|---|---|---|---|
| 7aaafc6fc4 | |||
| b42a60e775 | |||
| 0e0316a793 | |||
| 611320a699 |
1 changed files with 5 additions and 1 deletions
|
|
@ -24,8 +24,12 @@ spec:
|
||||||
--instance ${FORGEJO_INSTANCE_URL} \
|
--instance ${FORGEJO_INSTANCE_URL} \
|
||||||
--token ${FORGEJO_RUNNER_REGISTRATION_TOKEN} \
|
--token ${FORGEJO_RUNNER_REGISTRATION_TOKEN} \
|
||||||
--name ${FORGEJO_RUNNER_NAME} \
|
--name ${FORGEJO_RUNNER_NAME} \
|
||||||
--labels docker:docker://alpine:latest && \
|
--labels docker:docker://node:22-alpine && \
|
||||||
|
<<<<<<< HEAD
|
||||||
sleep 5 && \
|
sleep 5 && \
|
||||||
|
=======
|
||||||
|
sleep 5 && \
|
||||||
|
>>>>>>> main
|
||||||
forgejo-runner daemon
|
forgejo-runner daemon
|
||||||
env:
|
env:
|
||||||
- name: FORGEJO_INSTANCE_URL
|
- name: FORGEJO_INSTANCE_URL
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue