fix(install): use versioned tag for Forgejo Runner image

code.forgejo.org/forgejo/runner does not publish a 'latest' tag.
Switch to stable major version tag ':3'.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
xtcnet 2026-03-17 23:15:14 +07:00
parent 71f5477db3
commit c8801b97c6

View file

@ -20,7 +20,7 @@ DOCKER_NETWORK="d3v-net"
FORGEJO_RUNNER_DIR="/opt/forgejo-runner"
FORGEJO_RUNNER_CONTAINER="forgejo-runner"
FORGEJO_RUNNER_IMAGE="code.forgejo.org/forgejo/runner:latest"
FORGEJO_RUNNER_IMAGE="code.forgejo.org/forgejo/runner:3"
RED='\033[0;31m'
GREEN='\033[0;32m'