mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
update path to docker file for action
This commit is contained in:
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user