From 9f456c4920dd40242f7e1b6f1eee3d64529c3385 Mon Sep 17 00:00:00 2001 From: snoweuph Date: Mon, 20 Mar 2023 19:08:06 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitea/workflows/build.yml=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 5a4fdd6..f674c24 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -16,7 +16,7 @@ jobs: name: Linux Export runs-on: ubuntu-20.04 container: - image: arichello/godot-ci:3.3.4 + image: barichello/godot-ci:3.3.4 steps: - name: Checkout uses: https://github.com/actions/checkout@v3