feat: upgrade runtimes #154
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user