mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
ci(preview): fix context
This commit is contained in:
parent
8b5cef4dfc
commit
19d41cf54e
4
.github/workflows/aws-preview.yml
vendored
4
.github/workflows/aws-preview.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
environment: production
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./backend/
|
||||
working-directory: ./backend/core/
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -51,7 +51,7 @@ jobs:
|
||||
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
|
||||
IMAGE_TAG: ${{ github.sha }}
|
||||
with:
|
||||
context: ./core/
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}, ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest
|
||||
cache-from: type=gha
|
||||
|
Loading…
Reference in New Issue
Block a user