Skip to content

Commit

Permalink
ci: disable layer caching on container build
Browse files Browse the repository at this point in the history
Matches changes to galileo CI, ahead of Testnet 53.
  • Loading branch information
conorsch committed Jun 1, 2023
1 parent e68ad53 commit bcd1570
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit bcd1570

Please sign in to comment.