We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8745555 commit 187e468Copy full SHA for 187e468
.github/workflows/release-docker.yml
@@ -16,7 +16,6 @@ jobs:
16
call-docker-build-gpt-code-ui:
17
uses: localagi/ai-dedicated-workflows/.github/workflows/operation-docker-build-publish.yml@main
18
with:
19
- registry-dockerhub-enable: false
20
registry-repo-name: gpt-code-ui
21
tags: |
22
type=schedule
docker-compose.yaml
@@ -2,7 +2,7 @@ version: "3.8"
2
services:
3
4
gpt-code-ui:
5
- image: ghcr.io/localagi/gpt-code-ui:${GPTCODEUI_VERSION:-main}
+ image: localagi/gpt-code-ui:${GPTCODEUI_VERSION:-main}
6
environment:
7
OPENAI_API_KEY: "your open ai key"
8
APP_HOST: gpt-code-ui
0 commit comments