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:
2424 username : ${{ github.actor }} # 使用当前 GitHub 用户名
2525 password : ${{ secrets.CR_TOKEN }} # 使用您刚刚添加的个人访问令牌
2626
27+ - name : show local dir
28+ run : |
29+ pwd
30+ ls -l
31+
2732 - name : Build and push
2833 uses : docker/build-push-action@v2
2934 with :
30- context : .
31- file : ./Dockerfile_frontend
35+ context : ./runtime
36+ file : Dockerfile.no-package
3237 push : true
33- tags : ghcr.io/lightislost/ekgfrontend:latest
38+ tags : ghcr.io/codefuse-ai/runtime:0.1.0
3439 platforms : |
3540 linux/amd64
3641 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