Skip to content

Commit 4a9ca18

Browse files
committed
ci: disable cache for release
Signed-off-by: Florian Amsallem <florian.amsallem@gmail.com>
1 parent deac2f4 commit 4a9ca18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
GITHUB_CONTEXT: ${{ toJson(github) }}
2525
run: |
2626
set -eo pipefail
27+
28+
# disable cache mounts as github cache is slow
29+
find -name Dockerfile -print0 | xargs -0 sed -Ei 's/--mount=type=cache,target=[^[:blank:]]+//g'
30+
2731
echo ::group::Github context
2832
python3 -m json.tool <<< "${GITHUB_CONTEXT}"
2933
echo ::endgroup::

0 commit comments

Comments
 (0)