Merge pull request #303 from cschug/fully_qualify_runner_pool

Fully qualify image name of `docker.io/refactr/runner-pool`
This commit is contained in:
Christoph Schug 2024-06-06 00:10:56 +02:00 committed by GitHub
commit 3e0b2e3312
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
services: services:
refactr-runner: refactr-runner:
container_name: factory-runnerpool-prod-1 container_name: factory-runnerpool-prod-1
image: refactr/runner-pool:v0.146.0 image: docker.io/refactr/runner-pool:v0.146.0
user: root user: root
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock