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:
parent
71f5477db3
commit
c8801b97c6
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ DOCKER_NETWORK="d3v-net"
|
||||||
|
|
||||||
FORGEJO_RUNNER_DIR="/opt/forgejo-runner"
|
FORGEJO_RUNNER_DIR="/opt/forgejo-runner"
|
||||||
FORGEJO_RUNNER_CONTAINER="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'
|
RED='\033[0;31m'
|
||||||
GREEN='\033[0;32m'
|
GREEN='\033[0;32m'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue