attempting to use v3 of docker/build-push-action@v3

This commit is contained in:
Khalim Conn-Kowlessar 2023-09-01 18:23:17 +01:00
parent c3fac38388
commit ad9faa8b9d

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: