From 899e10b40e08799b1082d6fe334d0e94def8c63e Mon Sep 17 00:00:00 2001 From: Minki Son Date: Sun, 25 Oct 2020 16:26:27 +0900 Subject: [PATCH] Update docker-deploy.yml --- .github/workflows/docker-deploy.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-deploy.yml b/.github/workflows/docker-deploy.yml index 2441d59..d19885d 100644 --- a/.github/workflows/docker-deploy.yml +++ b/.github/workflows/docker-deploy.yml @@ -11,12 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - - name: add the proto Submodule - run: git submodule add https://github.com/DMS-SMS/v1-protocol-buffer proto - - - name: add the const Submodule - run: git submodule add https://github.com/DMS-SMS/v1-utils const + with: + submodules: true - name: build docker image run: docker build -t migsking/dms-sms-service-outing .