From aa6ac812cf9341117d51459b18dc9476ed86fc09 Mon Sep 17 00:00:00 2001 From: ArthurErlich Date: Tue, 17 Mar 2026 21:44:29 +0100 Subject: [PATCH] fix: simplify container definition for export jobs in release workflow --- .gitea/workflows/release.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 720876e..b4333d4 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -15,8 +15,7 @@ jobs: export-windows: name: Windows Export runs-on: ubuntu-24.04 # Use 24.04 with godot 4 - container: - image: barichello/godot-ci:4.3 + container: barichello/godot-ci:4.3 steps: - name: Checkout uses: actions/checkout@v6 @@ -45,8 +44,7 @@ jobs: export-linux: name: Linux Export runs-on: ubuntu-24.04 # Use 24.04 with godot 4 - container: - image: barichello/godot-ci:4.3 + container: barichello/godot-ci:4.3 steps: - name: Checkout uses: actions/checkout@v6 @@ -107,8 +105,7 @@ jobs: export-mac: name: Mac Export runs-on: ubuntu-24.04 # Use 24.04 with godot 4 - container: - image: barichello/godot-ci:4.3 + container: barichello/godot-ci:4.3 steps: - name: Checkout uses: actions/checkout@v6