From bcd15702cafdad25638912aafc6d7b45a00d9d31 Mon Sep 17 00:00:00 2001 From: Conor Schaefer Date: Thu, 1 Jun 2023 13:20:40 -0700 Subject: [PATCH] ci: disable layer caching on container build Matches changes to galileo CI, ahead of Testnet 53. --- .github/workflows/container.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 3764f68..bf5cf02 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -46,4 +46,8 @@ jobs: file: Containerfile push: true tags: ${{ steps.meta.outputs.tags }} + # We disable layer caching to ensure that the most recent penumbra repo is used. + # Otherwise, the static git url for the repo will always result in a cache hit. + # TODO: update with dynamic build-args using e.g. current date to bust cache. + no-cache: true labels: ${{ steps.meta.outputs.labels }}