Skip to content

Commit

Permalink
updated build_and_deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
divyagovindaiah committed Oct 12, 2023
1 parent 81c2380 commit a46e090
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ jobs:
fail-fast: false
matrix:
include:
- service: api-service
- service: command-service
- dockerfile: api-service/Dockerfile
- dockerfile: command-service/Dockerfile

Expand All @@ -85,7 +83,7 @@ jobs:
with:
context: .
file: ${{ matrix.dockerfile }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}obsrv-${{ matrix.service }}:${{ github.ref_name }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}obsrv-:${{ github.ref_name }}
push: true


Expand Down

0 comments on commit a46e090

Please sign in to comment.