File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,29 @@ jobs:
24
24
username : ${{ github.actor }} # 使用当前 GitHub 用户名
25
25
password : ${{ secrets.CR_TOKEN }} # 使用您刚刚添加的个人访问令牌
26
26
27
+ - name : show local dir
28
+ run : |
29
+ pwd
30
+ ls -l
31
+
27
32
- name : Build and push
28
33
uses : docker/build-push-action@v2
29
34
with :
30
- context : .
31
- file : ./Dockerfile_frontend
35
+ context : ./runtime
36
+ file : Dockerfile.no-package
32
37
push : true
33
- tags : ghcr.io/lightislost/ekgfrontend:latest
38
+ tags : ghcr.io/codefuse-ai/runtime:0.1.0
34
39
platforms : |
35
40
linux/amd64
36
41
linux/arm64
42
+
43
+ # - name: Build and push
44
+ # uses: docker/build-push-action@v2
45
+ # with:
46
+ # context: .
47
+ # file: ./Dockerfile_frontend
48
+ # push: true
49
+ # tags: ghcr.io/lightislost/ekgfrontend:latest
50
+ # platforms: |
51
+ # linux/amd64
52
+ # linux/arm64
You can’t perform that action at this time.
0 commit comments