From c5456279a11d5a3eeaf3f8264e27c0aead64332d Mon Sep 17 00:00:00 2001 From: penguin Date: Fri, 12 Dec 2025 16:14:57 -0600 Subject: [PATCH] fixes --- .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 929792f..8825eda 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -106,14 +106,14 @@ jobs: - name: Check Formatting run: | - meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build + meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized build ninja rustfmt -C build docs: runs-on: brutalisk needs: [build-oci-image] container: - image: ${{ vars.REGISTRY_URL }}:3000/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }} + image: ${{ vars.REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }} steps: - name: Checkout repo uses: actions/checkout@v5