Merge pull request #205 from Hestia-Homes/main

attempting to use v3 of docker/build-push-action@v3
This commit is contained in:
KhalimCK 2023-09-01 18:25:13 +01:00 committed by GitHub
commit f3243503b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ jobs:
# Building and pushing Docker image with caching
- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v3
with:
context: ./model_data/simulation_system
file: ./model_data/simulation_system/Dockerfiles/Dockerfile.prediction.lambda
@ -65,6 +65,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
platform: linux/amd64
provenance: false
- name: Deploy to AWS Lambda via Serverless
env: