From ef6f214cf62c0009e8249b41f7f84663b231747d Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Wed, 13 Mar 2024 11:43:28 +0100 Subject: [PATCH] test workflow build and push on gitea registry --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0651343..9c602c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,8 +10,7 @@ jobs: build_and_push: runs-on: ubuntu-latest container: - image: ghrc.io/catthehacker/ubuntu:act-latest - options: --privileged + image: gitea/act_runner:nightly-dind-rootless steps: - name: Checkout repository