1
0

chore(deps): update ghcr.io/pooneyy/actions-runner docker tag to v2.332.0 (#4213)

This commit is contained in:
renovate[bot]
2026-02-25 19:12:30 +00:00
committed by GitHub
parent d939363cc2
commit d56d9cc4a7
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
services:
actions-runner:
image: ghcr.io/pooneyy/actions-runner:2.332.0
container_name: ${CONTAINER_NAME}
restart: always
privileged: ${PRIVILEGED}
networks:
- 1panel-network
labels:
createdBy: "Apps"
environment:
ROLE: ${ROLE}
REPO: ${REPO}
RUNNER_GITHUB_TOKEN: ${GITHUB_TOKEN}
RUNNER_NAME: ${RUNNER_NAME}
RUNNER_LABELS: ${RUNNER_LABELS}
WORK_FOLDER: ${WORK_FOLDER}
RUNNER_GROUP: ${RUNNER_GROUP}
AUTO_UNREGISTER: ${AUTO_UNREGISTER}
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock
- ./config:/home/runner/.runner_config
- ./logs:/home/runner/.runner_logs
networks:
1panel-network:
external: true