Compare commits

..

1 Commits

Author SHA1 Message Date
0231ee60af tic80pro image pull always 2026-02-27 00:12:21 +01:00

View File

@@ -7,6 +7,7 @@ steps:
- name: build - name: build
image: git.teletype.hu/internal/tic80pro:latest image: git.teletype.hu/internal/tic80pro:latest
pull: always
environment: environment:
XDG_RUNTIME_DIR: /tmp XDG_RUNTIME_DIR: /tmp
commands: commands:
@@ -33,4 +34,4 @@ steps:
from_secret: update_secret_key from_secret: update_secret_key
commands: commands:
- 'apk add --no-cache make curl' - 'apk add --no-cache make curl'
- 'make ci-update' - 'make ci-update'