more logs

This commit is contained in:
Jun-te Kim 2026-02-03 19:01:46 +00:00
parent 388b74f58a
commit 94682ccd5f

View file

@ -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}"