From 5e23af8fd3516c80f78c40a122df37eb8b09095e Mon Sep 17 00:00:00 2001 From: Aditya Choudhari Date: Mon, 8 Jun 2026 10:23:12 -0400 Subject: [PATCH] chore: add context to workspace-engine release step --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c2bff0634..013e4f7d5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -98,6 +98,7 @@ jobs: with: image-name: ctrlplane/workspace-engine dockerfile: apps/workspace-engine/Dockerfile + context: apps/workspace-engine platform: "linux/amd64" tags: | type=semver,pattern={{version}},value=${{ needs.release.outputs.tag_name }}