fix(ci): publish runtime stage explicitly, not scratch deb stage

Без `target: runtime` buildx публиковал последнюю стадию `deb`
(scratch с .deb файлами), а не runnable runtime. Из-за этого
dicoop/blockchain:latest и :v5.2.0 на Hub были неисполнимым
dist-артефактом.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
coopops
2026-05-07 17:22:53 +00:00
parent 0d7d6c135b
commit 68339a64f5
+1
View File
@@ -98,6 +98,7 @@ jobs:
with: with:
context: ./coopos context: ./coopos
file: ./coopos/.cicd/Dockerfile.publish file: ./coopos/.cicd/Dockerfile.publish
target: runtime
build-contexts: | build-contexts: |
coopos=./coopos coopos=./coopos
cdt=./cdt cdt=./cdt