Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Nov 21, 2022
1 parent ab57796 commit 1c8e95f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
context: ./backend
context: backend
tags: infisical/backend:latest
-
name: Build and push frontend
uses: docker/build-push-action@v3
with:
push: true
context: ./frontend
context: frontend
tags: infisical/frontend:latest

0 comments on commit 1c8e95f

Please sign in to comment.