Skip to content

Commit

Permalink
main.yml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Dec 2, 2023
1 parent 46c442d commit cddc114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASSWORD }}

- name: 3 Build APP IMAGE
run: docker build -t app -f /src/app/backend/dockerfile_api .
run: docker build -t app -f ./src/app/backend/dockerfile_api .

- name: 4 Tags
run: |
Expand Down

0 comments on commit cddc114

Please sign in to comment.