Skip to content

Commit

Permalink
Attempt fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Delemangi committed Dec 16, 2023
1 parent 6db96a5 commit 9c4aa2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Build and push backend
uses: docker/build-push-action@v5
with:
context: ./backend
context: "{{defaultContext}}:backend"
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/synthra-backend:latest

Expand All @@ -119,6 +119,6 @@ jobs:
- name: Build and push frontend
uses: docker/build-push-action@v5
with:
context: ./frontend
context: "{{defaultContext}}:frontend"
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/synthra-frontend:latest

0 comments on commit 9c4aa2e

Please sign in to comment.