fix: install docker in runner
Some checks failed
Build & Push Docker Image / build (push) Failing after 3s
Some checks failed
Build & Push Docker Image / build (push) Failing after 3s
This commit is contained in:
parent
eb011f720b
commit
970c2f920a
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ services:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
|
apt-get update && apt-get install -y docker.io
|
||||||
if [ ! -f /data/.runner ]; then
|
if [ ! -f /data/.runner ]; then
|
||||||
forgejo-runner register --no-interactive \
|
forgejo-runner register --no-interactive \
|
||||||
--instance http://forgejo:3000 \
|
--instance http://forgejo:3000 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue