From 5d9f18ed774fb63e5b238f00fbc5fda558831899 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Wed, 31 Dec 2025 12:08:11 +0500 Subject: [PATCH] ci: set build context to root for themes server --- .github/workflows/themes.publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/themes.publish.yml b/.github/workflows/themes.publish.yml index 95cbaefd6..b0c54f437 100644 --- a/.github/workflows/themes.publish.yml +++ b/.github/workflows/themes.publish.yml @@ -63,7 +63,7 @@ jobs: id: push uses: docker/build-push-action@v6 with: - context: servers/themes + context: . file: servers/themes/Dockerfile push: true platforms: linux/amd64,linux/arm64