From 4238ab5d9d745e61f9779857c369a8797849c4d7 Mon Sep 17 00:00:00 2001 From: Hubbe Date: Sat, 2 Nov 2024 13:10:31 +0200 Subject: [PATCH] Use "latest" in workflow manifest --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c7238a0..74510e6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,4 +65,4 @@ jobs: run: | export PUSH=true if [ "$GITHUB_EVENT_NAME" != "pull_request" ] && [ "$GITHUB_REF" == "refs/heads/master" ]; then export PUSH=latest; fi - CACHE_FROM=$(git rev-list HEAD -n1 --parents | cut -d" " -f 2-) ./build ${{ matrix.component }} + CACHE_FROM="latest" ./build ${{ matrix.component }}