Skip to content

Commit

Permalink
add-hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
denismaggior8 committed Sep 27, 2023
1 parent 93e8220 commit 01169b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ 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
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

0 comments on commit 01169b3

Please sign in to comment.