diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index b4d92da..929792f 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -104,6 +104,7 @@ jobs: uses: actions/checkout@v5 - name: Check Formatting + run: | meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build ninja rustfmt -C build @@ -112,7 +113,7 @@ jobs: runs-on: brutalisk needs: [build-oci-image] container: - image: gitea.local:3000/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }} + image: ${{ vars.REGISTRY_URL }}:3000/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }} steps: - name: Checkout repo uses: actions/checkout@v5