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