chore: try and export cache to bucket storage.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
James Harton 2023-07-19 20:02:28 +12:00
parent 6f6ef837ea
commit 018acf2769
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -9,14 +9,23 @@ steps:
when: when:
ref: ref:
- refs/heads/main - refs/heads/main
environment:
ACCESS_KEY_ID:
from_secret: ACCESS_KEY_ID
SECRET_ACCESS_KEY:
from_secret: SECRET_ACCESS_KEY
S3_ENDPOINT:
from_secret: S3_ENDPOINT
CACHE_BUCKET:
from_secret: CACHE_BUCKET
settings: settings:
username: james username: james
password: password:
from_secret: REGISTRY_TOKEN from_secret: REGISTRY_TOKEN
registry: code.harton.nz registry: code.harton.nz
repo: code.harton.nz/james/asdf_container repo: code.harton.nz/james/asdf_container
cache_from: code.harton.nz/james/asdf_container:cache
cache_to: code.harton.nz/james/asdf_container:cache cache_to: code.harton.nz/james/asdf_container:cache
cache_from: code.harton.nz/james/asdf_container:cache
provenance: false provenance: false
tags: tags:
- latest - latest