diff --git a/.github/workflows/cicd_deploy.yml b/.github/workflows/cicd_deploy.yml index 346c71a..79e447b 100644 --- a/.github/workflows/cicd_deploy.yml +++ b/.github/workflows/cicd_deploy.yml @@ -62,9 +62,6 @@ jobs: - name: Build and push Docker image id: build-and-push uses: docker/build-push-action@v5 - submodules: - include: [] - recursive: false with: context: . push: true