update env variable

This commit is contained in:
Venkataraman 2023-05-15 23:11:25 -04:00
parent 86f2ad4d1e
commit cd6287ef06

View file

@ -49,6 +49,7 @@ jobs:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: ${{ secrets.REPO_NAME }}
IMAGE_TAG: ${{ github.sha }}
DOCKER_BUILDKIT: 1
run: |
# Build a docker container and push it to ECR
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .