From 5f479da9b40b66d34d5f5d49e840dfe1faed6335 Mon Sep 17 00:00:00 2001 From: penguin Date: Sat, 20 Dec 2025 18:12:51 -0600 Subject: [PATCH] fix path again --- .gitea/workflows/gentoo-utils.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 08e6cb0..74f5728 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -85,9 +85,9 @@ jobs: with: image: ${{ gitea.repository }} tags: ${{ steps.image-changes.outputs.image_tag }} - context: "./.docker" + context: "${{ gitea.workspace }}/.docker" containerfiles: | - Dockerfile + ${{ gitea.workspace }}/.docker/Dockerfile - name: Push OCI image id: push-image