feat: upgrade runtimes #154

Merged
joao.dubas merged 3 commits from jpd-feat-upgrade-runtimes into main 2025-05-22 17:23:39 +00:00
Showing only changes of commit e13cb2aaad - Show all commits

View File

@ -29,7 +29,7 @@ steps:
settings: settings:
archive_format: gzip archive_format: gzip
bucket: trainlog-cache bucket: trainlog-cache
cache_key: '{{ .Repo.Name }}-{{ checksum ".tool-versions" }}-{{ checksum "mix.lock" }}' cache_key: '{{ .Repo.Name }}-{{ checksum ".tool-versions" }}-{{ checksum "mix.lock" }}-{{ checksum "Dockerfile" }}'
endpoint: minio:9000 endpoint: minio:9000
mount: mount:
- _build - _build
@ -139,7 +139,7 @@ steps:
settings: settings:
archive_format: gzip archive_format: gzip
bucket: trainlog-cache bucket: trainlog-cache
cache_key: '{{ .Repo.Name }}-{{ checksum ".tool-versions" }}-{{ checksum "mix.lock" }}' cache_key: '{{ .Repo.Name }}-{{ checksum ".tool-versions" }}-{{ checksum "mix.lock" }}-{{ checksum "Dockerfile" }}'
endpoint: minio:9000 endpoint: minio:9000
exit_code: true exit_code: true
mount: mount: