Skip to content

Commit

Permalink
build-customer add-hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
denismaggior8 committed Sep 27, 2023
1 parent 1d6366a commit 8760482
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
tags: ${{ steps.get_commit_sha.outputs.COMMIT_SHA }}-${{ steps.get_branch.outputs.BRANCH }}, latest
build_args: |
TAG=${{ steps.get_commit_sha.outputs.COMMIT_SHA }}-${{ steps.get_branch.outputs.BRANCH }}
add-hosts:
- customer-mongodb:127.0.0.1
- order-postgres:127.0.0.1
- kafka:127.0.0.1

build-order:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -93,4 +97,4 @@ jobs:
repository: ${{ secrets.DOCKER_USERNAME }}/notification
tags: ${{ steps.get_commit_sha.outputs.COMMIT_SHA }}-${{ steps.get_branch.outputs.BRANCH }}, latest
build_args: |
TAG=${{ steps.get_commit_sha.outputs.COMMIT_SHA }}-${{ steps.get_branch.outputs.BRANCH }}
TAG=${{ steps.get_commit_sha.outputs.COMMIT_SHA }}-${{ steps.get_branch.outputs.BRANCH }}

0 comments on commit 8760482

Please sign in to comment.