mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
even greater amount of logs
This commit is contained in:
parent
94682ccd5f
commit
2359131ff9
1 changed files with 6 additions and 3 deletions
9
.github/workflows/_build_image.yml
vendored
9
.github/workflows/_build_image.yml
vendored
|
|
@ -53,10 +53,13 @@ jobs:
|
|||
id: repo
|
||||
run: |
|
||||
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
|
||||
ECR_REPO_URL="${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com/${{ inputs.ecr_repo }}"
|
||||
|
||||
echo "Resolved ECR repo URL (local var):"
|
||||
echo "$ECR_REPO_URL"
|
||||
|
||||
echo "ecr_repo_url=$ECR_REPO_URL" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Build & push image
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue