Skip to content

Commit

Permalink
no cache
Browse files Browse the repository at this point in the history
Signed-off-by: Nianyu Shen <[email protected]>
  • Loading branch information
nianyush committed Jul 26, 2024
1 parent 1022b78 commit 29b73d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 29b73d3

Please sign in to comment.