From e1383dd9b2d9e52949f732d31807882a03b59cad Mon Sep 17 00:00:00 2001 From: penguin Date: Sat, 20 Dec 2025 18:08:56 -0600 Subject: [PATCH] fix path --- .gitea/workflows/gentoo-utils.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index e4763b9..08e6cb0 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -85,7 +85,7 @@ jobs: with: image: ${{ gitea.repository }} tags: ${{ steps.image-changes.outputs.image_tag }} - context: "{{defaultContext}}:.docker" + context: "./.docker" containerfiles: | Dockerfile