Skip to content

Commit

Permalink
修复 stable 分支ci未触发问题 (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
caoyingjunz authored Jan 18, 2025
1 parent afc06a2 commit 677df60
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
push:
branches:
- master
- stable/rat
pull_request:
branches:
- master
- stable/rat

env:
GO_VERSION: '1.17.5'
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ name: Publish pixiu image
on:
push:
branches:
- "master"
- stable/rat
paths-ignore:
- 'docs/**'
pull_request:
branches:
- stable/rat

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion install.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ worker:
```
# 启动 pixiu
```bash
docker run -d --net host --restart=always --privileged=true -v /etc/pixiu:/etc/pixiu -v /var/run/docker.sock:/var/run/docker.sock --name pixiu ccr.ccs.tencentyun.com/pixiucloud/pixiu
docker run -d --net host --restart=always --privileged=true -v /etc/pixiu:/etc/pixiu -v /var/run/docker.sock:/var/run/docker.sock --name pixiu ccr.ccs.tencentyun.com/pixiucloud/pixiu:v0.0.1
登录效果
浏览器登陆: http://192.168.16.156
```
Expand Down

0 comments on commit 677df60

Please sign in to comment.