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:
3636 context : ./runtime
3737 file : ./runtime/Dockerfile.no-package
3838 push : true
39- tags : ghcr.io/codefuse-ai /runtime:0.1.0
39+ tags : ghcr.io/lightislost /runtime:0.1.0
4040 platforms : |
4141 linux/amd64
4242 linux/arm64
4343
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+
4467 # - name: Build and push
4568 # uses: docker/build-push-action@v2
4669 # with:
You can’t perform that action at this time.
0 commit comments