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

@ -17,7 +17,23 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
repository: linkedin/datahub-gms repository: linkedin/datahub-gms
tags: latest 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 - uses: docker/build-push-action@v1
with: with:
dockerfile: ./docker/frontend/Dockerfile dockerfile: ./docker/frontend/Dockerfile