Skip to content

Commit

Permalink
Fixed previous commit: context of the action was wrong.
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-j3sus committed May 9, 2024
1 parent 84e9857 commit 93ce599
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
file: ./dockerfiles/Dockerfile-spring
file: dockerfiles/Dockerfile-spring
push: true
tags: devandrejesus/pharmacist-img:latest
- name: Make deploy request to Render
Expand Down

0 comments on commit 93ce599

Please sign in to comment.