update path to docker file for action

This commit is contained in:
Maidul Islam
2022-11-21 13:31:40 -05:00
committed by GitHub
parent 1c8e95f7e4
commit 2439cbe095

View File

@@ -26,12 +26,12 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
context: backend
path: ./backend/Dockerfile
tags: infisical/backend:latest
-
name: Build and push frontend
uses: docker/build-push-action@v3
with:
push: true
context: frontend
path: ./frontend/Dockerfile
tags: infisical/frontend:latest