From 583dfbda5327a56a27adcffc6b92a660fe8b81a3 Mon Sep 17 00:00:00 2001 From: Stijnus Date: Tue, 16 Sep 2025 11:39:39 +0200 Subject: [PATCH] fix: update Docker workflow to use correct target stage name - Change target from bolt-ai-production to runtime - Matches the actual stage name in the new Dockerfile structure - Fixes CI failure: target stage 'bolt-ai-production' could not be found --- .github/workflows/docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 32ea67e..0fa38ee 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -57,7 +57,7 @@ jobs: with: context: . platforms: linux/amd64,linux/arm64 - target: bolt-ai-production + target: runtime push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}