Skip to content

Commit a8b1b71

Browse files
committed
ci: add upstream version to cache key
1 parent d29cd66 commit a8b1b71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-ipk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/cache@v4
8484
with:
8585
path: /builder/dl
86-
key: openwrt-dl-${{ matrix.branch }}-${{ matrix.arch }}-${{ hashFiles('beszel-agent/Makefile') }}
86+
key: openwrt-dl-${{ matrix.branch }}-${{ matrix.arch }}-${{ needs.validate-versions.outputs.latest_upstream_version }}-${{ hashFiles('beszel-agent/Makefile') }}
8787
restore-keys: |
8888
openwrt-dl-${{ matrix.branch }}-${{ matrix.arch }}-
8989
openwrt-dl-${{ matrix.branch }}-

0 commit comments

Comments
 (0)