Skip to content

Commit

Permalink
Fix cache key and add linebreak at EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed May 14, 2024
1 parent d158f9c commit 1afb688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
uses: actions/cache@v2
with:
path: repository/src/workspace/aptcache
key: ${{ runner.os }}-apt-get-${{ hashFiles('**/apt.txt') }}
key: ${{ matrix.config }}-apt-get-${{ hashFiles('**/apt.txt') }}
restore-keys: |
${{ runner.os }}-apt-get-
${{ matrix.config }}-apt-get-
- name: Build image
id: build
Expand Down
2 changes: 1 addition & 1 deletion config/default
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ export BASE_ZIP_IMG
export BASE_IMAGE_ENLARGEROOT
export BASE_IMAGE_RESIZEROOT
export BASE_BOOT_MOUNT_PATH
export BASE_APT_CLEAN
export BASE_APT_CLEAN

0 comments on commit 1afb688

Please sign in to comment.