From 5d9b13caf0035bda9e4884df8c83b2861d0bf948 Mon Sep 17 00:00:00 2001 From: Yoann Apel Date: Wed, 16 Oct 2024 11:24:50 +0200 Subject: [PATCH] fix submodules --- .github/workflows/cicd_deploy.yml | 3 --- 1 file changed, 3 deletions(-) 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