Pull the builder image on every run

The runner caches :latest, so image updates (squashfs-tools, love-dist
cache) never reached the steps without pull: true.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-03 23:14:08 +02:00
co-authored by Claude Fable 5
parent 7e39f41b27
commit 3b5cd55327
+2
View File
@@ -7,11 +7,13 @@ steps:
- name: export - name: export
image: git.teletypegames.org/internal/love-builder:latest image: git.teletypegames.org/internal/love-builder:latest
pull: true
commands: commands:
- make ci-export - make ci-export
- name: binaries - name: binaries
image: git.teletypegames.org/internal/love-builder:latest image: git.teletypegames.org/internal/love-builder:latest
pull: true
commands: commands:
- make ci-binaries - make ci-binaries