pull: true a builder image stepekre (stale :latest cache fix)
ci/woodpecker/push/woodpecker Pipeline was successful

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-02 22:22:52 +02:00
co-authored by Claude Fable 5
parent 4ed9621181
commit 985f8e03ce
+2
View File
@@ -7,6 +7,7 @@ steps:
- name: build
image: git.teletypegames.org/internal/ebitengine-builder:latest
pull: true
commands:
# in CI clone the framework next to the workspace so it resolves.
- if grep -q '=> \.\./inkwell' go.mod; then git clone https://git.teletypegames.org/games/inkwell ../inkwell; fi
@@ -14,6 +15,7 @@ steps:
- name: binaries
image: git.teletypegames.org/internal/ebitengine-builder:latest
pull: true
commands:
# önálló futáshoz is: ha a framework még nincs odaklónozva, pótoljuk
- if grep -q '=> \.\./inkwell' go.mod && [ ! -d ../inkwell ]; then git clone https://git.teletypegames.org/games/inkwell ../inkwell; fi