diff --git a/.woodpecker.yml b/.woodpecker.yml index 73da923c..889d735c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -86,6 +86,8 @@ steps: from_secret: registry_password platforms: linux/amd64 provenance: false + cache_from: type=registry,ref=code.cannabrands.app/creationshop/dispensary-scraper:cache + cache_to: type=registry,ref=code.cannabrands.app/creationshop/dispensary-scraper:cache,mode=max build_args: APP_BUILD_VERSION: ${CI_COMMIT_SHA:0:8} APP_GIT_SHA: ${CI_COMMIT_SHA} @@ -112,6 +114,8 @@ steps: from_secret: registry_password platforms: linux/amd64 provenance: false + cache_from: type=registry,ref=code.cannabrands.app/creationshop/cannaiq-frontend:cache + cache_to: type=registry,ref=code.cannabrands.app/creationshop/cannaiq-frontend:cache,mode=max depends_on: [] when: branch: master @@ -133,6 +137,8 @@ steps: from_secret: registry_password platforms: linux/amd64 provenance: false + cache_from: type=registry,ref=code.cannabrands.app/creationshop/findadispo-frontend:cache + cache_to: type=registry,ref=code.cannabrands.app/creationshop/findadispo-frontend:cache,mode=max depends_on: [] when: branch: master @@ -154,6 +160,8 @@ steps: from_secret: registry_password platforms: linux/amd64 provenance: false + cache_from: type=registry,ref=code.cannabrands.app/creationshop/findagram-frontend:cache + cache_to: type=registry,ref=code.cannabrands.app/creationshop/findagram-frontend:cache,mode=max depends_on: [] when: branch: master diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index 73da923c..889d735c 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -86,6 +86,8 @@ steps: from_secret: registry_password platforms: linux/amd64 provenance: false + cache_from: type=registry,ref=code.cannabrands.app/creationshop/dispensary-scraper:cache + cache_to: type=registry,ref=code.cannabrands.app/creationshop/dispensary-scraper:cache,mode=max build_args: APP_BUILD_VERSION: ${CI_COMMIT_SHA:0:8} APP_GIT_SHA: ${CI_COMMIT_SHA} @@ -112,6 +114,8 @@ steps: from_secret: registry_password platforms: linux/amd64 provenance: false + cache_from: type=registry,ref=code.cannabrands.app/creationshop/cannaiq-frontend:cache + cache_to: type=registry,ref=code.cannabrands.app/creationshop/cannaiq-frontend:cache,mode=max depends_on: [] when: branch: master @@ -133,6 +137,8 @@ steps: from_secret: registry_password platforms: linux/amd64 provenance: false + cache_from: type=registry,ref=code.cannabrands.app/creationshop/findadispo-frontend:cache + cache_to: type=registry,ref=code.cannabrands.app/creationshop/findadispo-frontend:cache,mode=max depends_on: [] when: branch: master @@ -154,6 +160,8 @@ steps: from_secret: registry_password platforms: linux/amd64 provenance: false + cache_from: type=registry,ref=code.cannabrands.app/creationshop/findagram-frontend:cache + cache_to: type=registry,ref=code.cannabrands.app/creationshop/findagram-frontend:cache,mode=max depends_on: [] when: branch: master