Skip to content

Commit b1aadf0

Browse files
committed
fix: gain disk space for action
Got "No space left on device" in Build and push jx Signed-off-by: Mårten Svantesson <Marten.Svantesson@ticket.se>
1 parent 133297f commit b1aadf0

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)