Skip to content

Commit 187e468

Browse files
author
Your Name
committed
enable docker hub
1 parent 8745555 commit 187e468

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release-docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
call-docker-build-gpt-code-ui:
1717
uses: localagi/ai-dedicated-workflows/.github/workflows/operation-docker-build-publish.yml@main
1818
with:
19-
registry-dockerhub-enable: false
2019
registry-repo-name: gpt-code-ui
2120
tags: |
2221
type=schedule

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22
services:
33

44
gpt-code-ui:
5-
image: ghcr.io/localagi/gpt-code-ui:${GPTCODEUI_VERSION:-main}
5+
image: localagi/gpt-code-ui:${GPTCODEUI_VERSION:-main}
66
environment:
77
OPENAI_API_KEY: "your open ai key"
88
APP_HOST: gpt-code-ui

0 commit comments

Comments
 (0)