From 4c501241165c456600748bd78171c17e4fc65371 Mon Sep 17 00:00:00 2001 From: Dylan Guo <80776877@qq.com> Date: Mon, 29 Jan 2024 22:19:25 +0800 Subject: [PATCH] update docker-image.yml --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 1a8cefa1..ff9e0328 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Check out the repo uses: actions/checkout@v2 - with: + with: submodules: 'true' - name: Log in to Docker Hub uses: docker/login-action@v1