mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
show me pwd
This commit is contained in:
parent
73318c493b
commit
c2d3608a1a
1 changed files with 4 additions and 2 deletions
|
|
@ -38,9 +38,11 @@ jobs:
|
|||
IMAGE_TAG: latest
|
||||
run: |
|
||||
IMAGE_URI=${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
|
||||
|
||||
echo "pwd"
|
||||
pwd
|
||||
|
||||
echo "Building Docker image..."
|
||||
docker build -t $IMAGE_URI .
|
||||
docker build -t $IMAGE_URI -f .
|
||||
|
||||
echo "Pushing Docker image to ECR..."
|
||||
docker push $IMAGE_URI
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue