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