CI: remove --no-cache for docker layer caching
This commit is contained in:
parent
8094446fb3
commit
129f568db5
@ -96,7 +96,7 @@ jobs:
|
||||
if: always()
|
||||
run: |
|
||||
if [[ -f Dockerfile ]]; then
|
||||
docker build -t $GITHUB_REPOSITORY:test --no-cache .
|
||||
docker build -t $GITHUB_REPOSITORY:test .
|
||||
else
|
||||
echo "No Dockerfile found, skipping docker build"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user