fix docker login
Some checks failed
Build Docker / deploy (push) Successful in 44s
Build Docker / build (push) Failing after 46s

This commit is contained in:
2026-05-16 14:27:08 +03:00
parent 631c510b51
commit 85ab5747cd

View File

@@ -5,6 +5,7 @@ services:
volumes:
- ./data/act_runner:/data
- /var/run/docker.sock:/var/run/docker.sock
- /root/.docker/config.json:/root/.docker/config.json:ro
environment:
- GITEA_INSTANCE_URL=${GITEA_INSTANCE_URL}
- GITEA_RUNNER_REGISTRATION_TOKEN=${TOKEN}