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 d05e725 commit b8f16db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
context: ./${{ matrix.service }}
dockerfile: ./${{ matrix.service }}/${{ matrix.dockerfile }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}/obsrv-${{ matrix.service }}:${{ github.ref_name }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}obsrv-${{ matrix.service }}:${{ github.ref_name }}
push: true


Expand Down

0 comments on commit b8f16db

Please sign in to comment.