Skip to content

Commit

Permalink
Solve build failing due to context
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadSaeedGoda committed Mar 22, 2024
1 parent 9846018 commit 43f16be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Build and push Docker image
run: |
docker build -t ahmadsaeedgoda/ld_rr:render-auth-service -f Dockerfile.staging.uat .
cd ./src/services/auth && docker build -t ahmadsaeedgoda/ld_rr:render-auth-service -f Dockerfile.staging.uat .
docker push ahmadsaeedgoda/ld_rr:render-auth-service
- name: Trigger Render Deploy Hook
Expand Down

0 comments on commit 43f16be

Please sign in to comment.