mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge branch 'main' into feature/automate-categorisation-of-works
This commit is contained in:
commit
13620ffc2d
1 changed files with 7 additions and 1 deletions
8
.github/workflows/deploy_fastapi_backend.yml
vendored
8
.github/workflows/deploy_fastapi_backend.yml
vendored
|
|
@ -87,7 +87,13 @@ jobs:
|
||||||
|
|
||||||
- name: Build Docker Image For Engine
|
- name: Build Docker Image For Engine
|
||||||
run: |
|
run: |
|
||||||
docker build -t fastapi-lambda-image:${{ github.sha }} -f backend/docker/engine.Dockerfile . --load
|
docker buildx build \
|
||||||
|
--platform linux/amd64 \
|
||||||
|
--provenance=false \
|
||||||
|
--output=type=docker \
|
||||||
|
-t fastapi-lambda-image:${{ github.sha }} \
|
||||||
|
-f backend/docker/engine.Dockerfile \
|
||||||
|
.
|
||||||
|
|
||||||
- name: Login to ECR
|
- name: Login to ECR
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue