Skip to content

Commit

Permalink
Try to use less space in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
adamant-pwn committed Jun 6, 2024
1 parent 63e1001 commit fcea20c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache

- name: Checkout repository
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -44,6 +47,10 @@ jobs:
context: .
load: true
tags: ghcr.io/${{ steps.repo_owner.outputs.owner }}/build_test:latest
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
BUILDKIT_INLINE_CACHE=1
- name: Extract build directory from Docker image
run: |
Expand Down

0 comments on commit fcea20c

Please sign in to comment.