Skip to content

Commit d3eaee7

Browse files
committed
Updating github-config
1 parent bb6de1d commit d3eaee7

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/create-draft-release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@ jobs:
5252
uses: actions/setup-go@v6
5353
with:
5454
go-version-file: go.mod
55+
- name: Free Disk Space
56+
if: vars.RECLAIM_DISK_SPACE == 'true'
57+
uses: paketo-buildpacks/github-config/actions/pull-request/reclaim-disk-space@main
58+
with:
59+
tool-cache: false
60+
android: true
61+
dotnet: true
62+
haskell: true
63+
large-packages: false
64+
docker-images: true
65+
swap-storage: true
5566
- name: Run Integration Tests
5667
run: ./scripts/integration.sh --builder ${{ matrix.builder }} --token ${{ github.token }}
5768
env:

.github/workflows/push-buildpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
password: ${{ env.GCR_PASSWORD }}
113113
registry: ${{ env.GCR_REGISTRY }}
114114

115-
- uses: buildpacks/github-actions/setup-tools@v5.9.7
115+
- uses: buildpacks/github-actions/setup-tools@v5.10.0
116116
- name: Push to DockerHub
117117
if: ${{ steps.parse_configs.outputs.push_to_dockerhub == 'true' }}
118118
id: push

0 commit comments

Comments
 (0)