Use "latest" in workflow manifest

pull/439/head
Hubbe 9 months ago committed by GitHub
parent f3e2b5bb0c
commit 9023027959
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 }}

Loading…
Cancel
Save