We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b28ed3 commit 3f2198dCopy full SHA for 3f2198d
.github/workflows/test.yaml
@@ -36,11 +36,34 @@ jobs:
36
context: ./runtime
37
file: ./runtime/Dockerfile.no-package
38
push: true
39
- tags: ghcr.io/codefuse-ai/runtime:0.1.0
+ tags: ghcr.io/lightislost/runtime:0.1.0
40
platforms: |
41
linux/amd64
42
linux/arm64
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
56
57
58
59
+ file: ./Dockerfile
60
61
+ tags: ghcr.io/lightislost/ekgservice:0.1.0
62
63
64
65
66
67
# - name: Build and push
68
# uses: docker/build-push-action@v2
69
# with:
0 commit comments