diff --git a/.github/workflows/_build_image.yml b/.github/workflows/_build_image.yml index b6ebcd52..d29f1f62 100644 --- a/.github/workflows/_build_image.yml +++ b/.github/workflows/_build_image.yml @@ -55,6 +55,9 @@ jobs: AWS_ACCOUNT_ID=$(aws sts get-caller-identity --query Account --output text) echo "ecr_repo_url=${AWS_ACCOUNT_ID}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/${{ inputs.ecr_repo }}" >> "$GITHUB_OUTPUT" + - name: GITHUB_OUTPUT + run: echo $GITHUB_OUTPUT + - name: Build & push image run: | IMAGE_URI="${{ steps.repo.outputs.ecr_repo_url }}:${GITHUB_SHA}"