diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 28b14c1..64444cb 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -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 # 声明镜像源 diff --git a/src/content/posts b/src/content/posts index e44faa5..2095623 160000 --- a/src/content/posts +++ b/src/content/posts @@ -1 +1 @@ -Subproject commit e44faa5fca8beb005b02d63658d3f48ee7f5af4b +Subproject commit 2095623d2ffe3d55287576e348336b24af59dc1f