Skip to content

Commit

Permalink
CI: maximize runner build space
Browse files Browse the repository at this point in the history
  • Loading branch information
hegerdes authored Aug 1, 2023
1 parent ebc6150 commit baa6ff1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
matrix:
variant: ["debian:bullseye-slim", "ubuntu:focal"]
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
remove-docker-images: true
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit baa6ff1

Please sign in to comment.