mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
more logs
This commit is contained in:
parent
8c0866a84e
commit
388b74f58a
1 changed files with 20 additions and 0 deletions
20
.github/workflows/deploy_terraform.yml
vendored
20
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -80,6 +80,26 @@ jobs:
|
|||
AWS_SECRET_ACCESS_KEY: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
|
||||
AWS_REGION: ${{ secrets.DEV_AWS_REGION }}
|
||||
|
||||
# ============================================================
|
||||
# 2.5️⃣ Check Address2UPRN image outputs
|
||||
# ============================================================
|
||||
check_address2uprn_image:
|
||||
needs: address2uprn_image
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Dump image outputs
|
||||
run: |
|
||||
echo "ECR repo URL:"
|
||||
echo "${{ needs.address2uprn_image.outputs.ecr_repo_url }}"
|
||||
echo
|
||||
echo "Image digest:"
|
||||
echo "${{ needs.address2uprn_image.outputs.image_digest }}"
|
||||
echo
|
||||
echo "Full image URI:"
|
||||
echo "${{ needs.address2uprn_image.outputs.ecr_repo_url }}@${{ needs.address2uprn_image.outputs.image_digest }}"
|
||||
|
||||
|
||||
# ============================================================
|
||||
# 3️⃣ Deploy Address 2 UPRN Lambda
|
||||
# ============================================================
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue