diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 08e6cb0..e170679 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 + ./.docker/Dockerfile - name: Push OCI image id: push-image