Changes the intermediate image building steps to use registry caching, allowig us to always rebuild them, but do so very quickly when nothing has changed

This commit is contained in:
Trenton Holmes
2022-04-27 11:28:19 -07:00
parent d98bfa5bed
commit 66c7f44bea
5 changed files with 52 additions and 68 deletions

View File

@@ -87,7 +87,7 @@ jobs:
-
name: Get changed files
id: changed-files-specific
uses: tj-actions/changed-files@v18.1
uses: tj-actions/changed-files@v18.7
with:
files: |
src/**