Skip to content

Commit

Permalink
feat: 拉取子模块
Browse files Browse the repository at this point in the history
  • Loading branch information
songxingguo committed Jun 4, 2024
1 parent fb5e59a commit b1f3fc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN }}
submodules: true
- run: |
git submodule init
git submodule update --remote
- uses: docker/login-action@v1
with:
registry: registry.cn-shanghai.aliyuncs.com # 声明镜像源
Expand Down

0 comments on commit b1f3fc9

Please sign in to comment.