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