remove erroneous push command from docker build

This commit is contained in:
Khalim Conn-Kowlessar 2023-08-31 17:58:33 +01:00
parent 672877d165
commit 0d5b76b3a5

View file

@ -66,7 +66,7 @@ jobs:
run: |
cd model_data/simulation_system
docker buildx create --use
docker buildx build --push --cache-from=type=local,src=/tmp/.buildx-cache --cache-to=type=local,dest=/tmp/.buildx-cache --tag lambda-sap-prediction-image:${{ github.sha }} -f Dockerfiles/Dockerfile.prediction.lambda .
docker buildx build --cache-from=type=local,src=/tmp/.buildx-cache --cache-to=type=local,dest=/tmp/.buildx-cache --build-arg BUILDKIT_INLINE_CACHE=1 --tag lambda-sap-prediction-image:${{ github.sha }} -f Dockerfiles/Dockerfile.prediction.lambda .
- name: Login to ECR
run: |