From 29b73d35377ffcd35fc3da7c24bbbadd26e9be87 Mon Sep 17 00:00:00 2001 From: Nianyu Shen Date: Fri, 26 Jul 2024 09:21:59 -0700 Subject: [PATCH] no cache Signed-off-by: Nianyu Shen --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 19c131b..b97b2b1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -101,7 +101,7 @@ jobs: run: | echo "${{ inputs.envs }}" > .arg cat .arg - - run: earthly --ci +${{ inputs.target }} + - run: earthly --ci --no-cache +${{ inputs.target }} if: ${{ !inputs.push }} - - run: earthly --ci --output --push +${{ inputs.target }} + - run: earthly --ci --output --push --no-cache +${{ inputs.target }} if: ${{ inputs.push }}