Skip to content

Commit 099806b

Browse files
authored
Update dev_deployment.yml
1 parent c265b5b commit 099806b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev_deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
5454
IMAGE_TAG: ${{ github.sha }}
5555
run: |
56-
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG Dockerfile.nginx
56+
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG Dockerfile.nginx .
5757
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
5858
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
5959

0 commit comments

Comments
 (0)