refactor(ops): standardize image-based production delivery

This commit is contained in:
2026-03-30 23:35:29 +02:00
parent ef5e8016a4
commit 7bcc831b5c
17 changed files with 447 additions and 538 deletions
+11
View File
@@ -1,6 +1,8 @@
name: Release Image
on:
push:
branches: [main]
workflow_dispatch:
inputs:
image_tag:
@@ -61,3 +63,12 @@ jobs:
tags: ${{ steps.vars.outputs.migrator_image }}
cache-from: type=gha,scope=migrator-image
cache-to: type=gha,mode=max,scope=migrator-image
- name: Publish release summary
run: |
{
echo "## Image release"
echo
echo "- App image: \`${{ steps.vars.outputs.app_image }}\`"
echo "- Migrator image: \`${{ steps.vars.outputs.migrator_image }}\`"
} >> "$GITHUB_STEP_SUMMARY"