Pull the builder image on every run
ci/woodpecker/push/woodpecker Pipeline was successful

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-03 23:14:10 +02:00
co-authored by Claude Fable 5
parent d25a01b98a
commit 6b24b77b7d
+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