Skip to content

Commit 8517d75

Browse files
authored
Update test.yaml
1 parent ceb59d2 commit 8517d75

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

.github/workflows/test.yaml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)