mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
show me pwd
This commit is contained in:
parent
c2d3608a1a
commit
16bd105f86
1 changed files with 2 additions and 2 deletions
|
|
@ -40,9 +40,9 @@ jobs:
|
|||
IMAGE_URI=${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
|
||||
echo "pwd"
|
||||
pwd
|
||||
|
||||
|
||||
echo "Building Docker image..."
|
||||
docker build -t $IMAGE_URI -f .
|
||||
docker build -t $IMAGE_URI -f deployment/lambda/Dockerfile .
|
||||
|
||||
echo "Pushing Docker image to ECR..."
|
||||
docker push $IMAGE_URI
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue