Set specific image sha
Some checks failed
Build Godot Engine / Build Windows ${{ matrix.name }} (godot-windows-debug, Debug Template, no, template_debug) (push) Failing after 1s
Build Godot Engine / Build Windows ${{ matrix.name }} (godot-windows-editor, Editor, yes, editor) (push) Failing after 0s
Build Godot Engine / Build Windows ${{ matrix.name }} (godot-windows-release, Release Template, yes, template_release) (push) Failing after 0s

This commit is contained in:
2025-12-01 21:32:55 +01:00
parent dbe1dadd20
commit b16e46f1ca

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:latest
image: gitea.212.63.210.91.nip.io/${{ gitea.repository_owner }}/godot-builder:6820db
# Credentials are required to pull from your private registry
credentials:
username: ${{ gitea.actor }}