build: update workflow to build all docker images

This commit is contained in:
Mars Lan 2020-05-29 16:25:58 -07:00 committed by GitHub
parent 4e4131a8d4
commit 944ef7d346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,22 @@ jobs:
repository: linkedin/datahub-gms
tags: latest
- uses: docker/build-push-action@v1
with:
dockerfile: ./docker/mce-consumer/Dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: linkedin/datahub-mce-consumer
tags: latest
- uses: docker/build-push-action@v1
with:
dockerfile: ./docker/mae-consumer/Dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: linkedin/datahub-mae-consumer
tags: latest
- uses: docker/build-push-action@v1
with:
dockerfile: ./docker/frontend/Dockerfile