File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,34 @@ jobs:
36
36
context : ./runtime
37
37
file : ./runtime/Dockerfile.no-package
38
38
push : true
39
- tags : ghcr.io/codefuse-ai /runtime:0.1.0
39
+ tags : ghcr.io/lightislost /runtime:0.1.0
40
40
platforms : |
41
41
linux/amd64
42
42
linux/arm64
43
43
44
+ - name : Build and push
45
+ uses : docker/build-push-action@v2
46
+ with :
47
+ context : .
48
+ file : ./Dockerfile_frontend
49
+ push : true
50
+ tags : ghcr.io/lightislost/ekgfrontend:0.1.0
51
+ platforms : |
52
+ linux/amd64
53
+ linux/arm64
54
+
55
+ - name : Build and push
56
+ uses : docker/build-push-action@v2
57
+ with :
58
+ context : .
59
+ file : ./Dockerfile
60
+ push : true
61
+ tags : ghcr.io/lightislost/ekgservice:0.1.0
62
+ platforms : |
63
+ linux/amd64
64
+ linux/arm64
65
+
66
+
44
67
# - name: Build and push
45
68
# uses: docker/build-push-action@v2
46
69
# with:
You can’t perform that action at this time.
0 commit comments