From ffd157f7352cb34d2aba8f2bb54f69093760fc46 Mon Sep 17 00:00:00 2001 From: penguin Date: Sun, 7 Dec 2025 14:19:13 -0600 Subject: [PATCH] test ci --- .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 4090bad..c8591ec 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -7,7 +7,7 @@ on: branches: [master] jobs: - build-docker: + build-oci-image: runs-on: ubuntu-latest continue-on-error: true steps: @@ -54,7 +54,7 @@ jobs: # runs-on: brutalisk # container: # image: git.epenguin.net/gentoo-utils/gentoo-utils-gitea:latest - # needs: build-docker + # needs: build-oci-image # steps: # - name: Checkout repo # uses: actions/checkout@v5