Skip to content

Commit 3f2198d

Browse files
authored
Update test.yaml
1 parent 1b28ed3 commit 3f2198d

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

.github/workflows/test.yaml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)