Use full sha
Some checks failed
Build Godot Engine / Build Windows ${{ matrix.name }} (godot-windows-debug, Debug Template, no, template_debug) (push) Failing after 42s
Build Godot Engine / Build Windows ${{ matrix.name }} (godot-windows-editor, Editor, yes, editor) (push) Failing after 18s
Build Godot Engine / Build Windows ${{ matrix.name }} (godot-windows-release, Release Template, yes, template_release) (push) Failing after 19s

This commit is contained in:
2025-12-01 21:34:04 +01:00
parent b16e46f1ca
commit f9f4f1aece

View File

@ -13,7 +13,7 @@ jobs:
# Run the entire job inside your new builder container
container:
image: gitea.212.63.210.91.nip.io/${{ gitea.repository_owner }}/godot-builder:6820db
image: gitea.212.63.210.91.nip.io/${{ gitea.repository_owner }}/godot-builder:6820db5c609225406450678a36d89277428d6033
# Credentials are required to pull from your private registry
credentials:
username: ${{ gitea.actor }}