Skip to content

Commit

Permalink
Update docker.yml *deploy*
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvatoreDiGirolamo authored May 1, 2021
1 parent 4e16955 commit 9287fcc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ jobs:
runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, '*deploy*')"
steps:
- name: Check free space before maximize
run: |
echo "Free space before maximize:"
df -h
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 8192
remove-dotnet: 'true'
- name: Check free space after maximize
run: |
echo "Free space after maximize:"
df -h
- name: Checkout Code
uses: actions/checkout@v2
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit 9287fcc

Please sign in to comment.