Skip to content

Commit

Permalink
Update build-project-dockerhub.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMortezaei authored Feb 16, 2024
1 parent 97131ba commit ad6bdee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-project-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- name: Build and push web
uses: docker/build-push-action@v4
with:
context: ./backend/app/
context: .
file: ./backend/app/Dockerfile
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
Expand Down

0 comments on commit ad6bdee

Please sign in to comment.