fix: update Docker workflow target to match new Dockerfile structure (#2000)

- Change target from bolt-ai-production to runtime
- Matches the actual stage name in the current Dockerfile
- Prevents Docker build failures in production deployments
- Fixes target stage 'bolt-ai-production' could not be found error
This commit is contained in:
Stijnus
2025-09-16 12:01:02 +02:00
committed by GitHub
parent 4eb7140fd3
commit 437d110e37

View File

@@ -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 }}