From cfbe46b95b0fc5374b47a0d38550e9f1fce750e1 Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Wed, 13 Mar 2024 11:55:53 +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 2ff5cb3..e53b4de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: build_and_push_image: runs-on: ubuntu-latest - container: ghcr.io/catthehacker/ubuntu:act-latest + container: gitea/action-runner:late steps: - name: Login to Docker Registry