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 d00eb54 commit d05e725
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 @@ -66,7 +66,7 @@ jobs:
if: needs.check-tag.outputs.ALLOWED_TAG == 'True'
strategy:
matrix:
service: ['./api-service', './command-service']
service: ['api-service', 'command-service']
dockerfile: ['Dockerfile', 'Dockerfile']
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d05e725

Please sign in to comment.