Update default.yml

This commit is contained in:
Buster "Silver Eagle" Neece 2020-01-31 00:55:24 -06:00 committed by GitHub
parent d00d14d329
commit 6778ebf497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -14,8 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Reduce Git repository size.
run: |
git gc --prune=now --aggressive
- name: Publish to Docker Hub
uses: elgohr/Publish-Docker-Github-Action@master
if: github.event_name == 'push'