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 c55b4b5 commit 9892b57Copy full SHA for 9892b57
.github/workflows/docker-image.yml
@@ -32,4 +32,20 @@ jobs:
32
context: .
33
file: ./Dockerfile_frontend
34
push: true
35
- tags: ghcr.io/lightislost/ekgfrontend:0.1.0
+ 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
46
47
48
+ context: ./runtime
49
+ file: Dockerfile.no-package
50
51
+ tags: ghcr.io/codefuse-ai/runtime:0.1.0
0 commit comments