Update generic_build.yml
Co-authored-by: Casper <casperklein@users.noreply.github.com>
This commit is contained in:
parent
33ec857726
commit
236e3737c8
|
@ -32,7 +32,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
# Can potentially be replaced by: `${{ hashFiles('target/**', 'Dockerfile' }}`
|
# Can potentially be replaced by: `${{ hashFiles('target/**', 'Dockerfile') }}`
|
||||||
# Must not be affected by file metadata changes and have a consistent sort order:
|
# Must not be affected by file metadata changes and have a consistent sort order:
|
||||||
# https://docs.github.com/en/actions/learn-github-actions/expressions#hashfiles
|
# https://docs.github.com/en/actions/learn-github-actions/expressions#hashfiles
|
||||||
# Keying by the relevant build context is more re-usable than a commit SHA.
|
# Keying by the relevant build context is more re-usable than a commit SHA.
|
||||||
|
|
Loading…
Reference in New Issue