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 b8f16db commit ae74649
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 @@ -79,7 +79,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: ./${{ matrix.service }}
context: .
dockerfile: ./${{ matrix.service }}/${{ matrix.dockerfile }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}obsrv-${{ matrix.service }}:${{ github.ref_name }}
push: true
Expand Down

0 comments on commit ae74649

Please sign in to comment.