Skip to content

Commit

Permalink
chore: update docker hub username
Browse files Browse the repository at this point in the history
  • Loading branch information
coulsontl committed Jan 5, 2025
1 parent 912b6f1 commit 6a6194a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

env:
REGISTRY_IMAGE: coulsontl/lobe-chat-database
REGISTRY_IMAGE: lobehub/lobe-chat-database

jobs:
build:
Expand All @@ -21,6 +21,7 @@ jobs:
os: ubuntu-latest
- platform: linux/arm64
os: ubuntu-latest
# os: [self-hosted, linux, ARM64]
runs-on: ${{ matrix.os }}
name: Build ${{ matrix.platform }} Image
steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

env:
REGISTRY_IMAGE: coulsontl/lobe-chat
REGISTRY_IMAGE: lobehub/lobe-chat

jobs:
build:
Expand All @@ -21,6 +21,7 @@ jobs:
os: ubuntu-latest
- platform: linux/arm64
os: ubuntu-latest
# os: [self-hosted, linux, ARM64]
runs-on: ${{ matrix.os }}
name: Build ${{ matrix.platform }} Image
steps:
Expand Down

0 comments on commit 6a6194a

Please sign in to comment.