feat: switch Docker registry from ghcr.io to Forgejo (src.d3v.ac)
Some checks failed
Docker Cloud Build / Build & Publish Image (push) Has been cancelled
Some checks failed
Docker Cloud Build / Build & Publish Image (push) Has been cancelled
- Update workflow REGISTRY to src.d3v.ac and use FORGEJO_TOKEN for auth - Update IMAGE_NAME in install.sh to src.d3v.ac/xtcnet/d3v-server:latest Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4c0d3952cb
commit
b8d64b150c
2 changed files with 3 additions and 3 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
|
@ -18,7 +18,7 @@ on:
|
|||
- '.github/workflows/docker-publish.yml'
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
REGISTRY: src.d3v.ac
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
jobs:
|
||||
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
password: ${{ secrets.FORGEJO_TOKEN }}
|
||||
|
||||
- name: Extract Docker metadata
|
||||
id: meta
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ set -e
|
|||
INSTALL_DIR="/opt/d3v-npmwg"
|
||||
COMPOSE_FILE="${INSTALL_DIR}/docker-compose.yml"
|
||||
CONTAINER_NAME="d3v-npmwg"
|
||||
IMAGE_NAME="ghcr.io/xtcnet/d3v-npmwg:latest"
|
||||
IMAGE_NAME="src.d3v.ac/xtcnet/d3v-server:latest"
|
||||
|
||||
FORGEJO_INSTALL_DIR="/opt/forgejo"
|
||||
FORGEJO_COMPOSE_FILE="${FORGEJO_INSTALL_DIR}/docker-compose.yml"
|
||||
|
|
|
|||
Loading…
Reference in a new issue