From b2af48463c1b4ed03587c2d51a102955ddcefbb1 Mon Sep 17 00:00:00 2001 From: tom_trgr Date: Mon, 5 Jan 2026 00:02:33 +0100 Subject: [PATCH] updated git action to build right image --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d2f0e60..7f927de 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -68,5 +68,5 @@ jobs: with: platforms: linux/amd64,linux/arm64 push: true - context: Backend + context: DocumentCreator tags: ${{ steps.meta.outputs.tags }}