Skip to content

Commit d307391

Browse files
Merge pull request #8911 from jenkins-x/free-disk-space
fix: gain disk space for action
2 parents 133297f + b1aadf0 commit d307391

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jenkins-x-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ jobs:
104104
# This signs the sbom
105105
cosign sign --attachment sbom ghcr.io/${DOCKER_REGISTRY_ORG}/jx-boot@${{ steps.push-jx-boot.outputs.digest }}
106106
rm -f sbom.json
107+
- name: Free Up GitHub Actions Ubuntu Runner Disk Space 🔧
108+
uses: jlumbroso/free-disk-space@v1.3.1
107109
- name: Build and push jx
108110
uses: docker/build-push-action@v6
109111
id: push-jx

0 commit comments

Comments
 (0)