mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
Merge pull request #49 from Hestia-Homes/master
getting docker context to the root
This commit is contained in:
commit
e9317eda6f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/Deploy.yml
vendored
4
.github/workflows/Deploy.yml
vendored
|
|
@ -90,13 +90,13 @@ jobs:
|
|||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ./modules/ml-pipeline/src/pipeline
|
||||
context: .
|
||||
file: ./deployment/Dockerfile.prediction.lambda
|
||||
push: true
|
||||
tags: ${{ steps.set_ecr_credentials.outputs.ecr_uri }}:${{ github.sha }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
platform: linux/amd64
|
||||
platforms: linux/amd64
|
||||
provenance: false
|
||||
build-args: |
|
||||
RUNTIME_ENVIRONMENT=${{ steps.set_runtime_environment.outputs.runtime_environment }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue