Merge pull request #710 from Hestia-Homes/main

deploy new github workflow command to handle ubuntu change, using docker 29 instead of 28
This commit is contained in:
KhalimCK 2026-02-13 17:32:31 +00:00 committed by GitHub
commit f4e1081a12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,7 +87,13 @@ jobs:
- name: Build Docker Image For Engine
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
run: |