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 80f4708 commit 8d7eeda
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ 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

- name: build docker image
run: docker build -t migsking/dms-sms-service-outing .

Expand Down

0 comments on commit 8d7eeda

Please sign in to comment.