diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6682fd8..95f07c4 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -25,5 +25,5 @@ jobs: - name: Build, tag, and push image to Amazon ECR run: | cd demo/lambda/src - docker build -t ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:$GITHUB_SHA -f Dockerfile . - docker push ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:$GITHUB_SHA \ No newline at end of file + docker build -t ${{ steps.login-ecr.outputs.registry }}/demo-awscd-2024:$GITHUB_SHA -f Dockerfile . + docker push ${{ steps.login-ecr.outputs.registry }}/demo-awscd-2024:$GITHUB_SHA \ No newline at end of file