Skip to content

Commit

Permalink
Update docker-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mallycrip authored Oct 25, 2020
1 parent 8d7eeda commit 899e10b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 899e10b

Please sign in to comment.