update env variable
This commit is contained in:
parent
86f2ad4d1e
commit
cd6287ef06
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-image.yaml
vendored
1
.github/workflows/docker-image.yaml
vendored
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue