Skip to content

Commit 9892b57

Browse files
authored
Update docker-image.yml new image
1 parent c55b4b5 commit 9892b57

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,20 @@ jobs:
3232
context: .
3333
file: ./Dockerfile_frontend
3434
push: true
35-
tags: ghcr.io/lightislost/ekgfrontend:0.1.0
35+
tags: ghcr.io/codefuse-ai/ekgfrontend:0.1.0
36+
37+
- name: Build and push
38+
uses: docker/build-push-action@v2
39+
with:
40+
context: .
41+
file: ./Dockerfile
42+
push: true
43+
tags: ghcr.io/codefuse-ai/ekgservice:0.1.0
44+
45+
- name: Build and push
46+
uses: docker/build-push-action@v2
47+
with:
48+
context: ./runtime
49+
file: Dockerfile.no-package
50+
push: true
51+
tags: ghcr.io/codefuse-ai/runtime:0.1.0

0 commit comments

Comments
 (0)