We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133297f commit b1aadf0Copy full SHA for b1aadf0
.github/workflows/jenkins-x-release.yaml
@@ -104,6 +104,8 @@ jobs:
104
# This signs the sbom
105
cosign sign --attachment sbom ghcr.io/${DOCKER_REGISTRY_ORG}/jx-boot@${{ steps.push-jx-boot.outputs.digest }}
106
rm -f sbom.json
107
+ - name: Free Up GitHub Actions Ubuntu Runner Disk Space 🔧
108
+ uses: jlumbroso/free-disk-space@v1.3.1
109
- name: Build and push jx
110
uses: docker/build-push-action@v6
111
id: push-jx
0 commit comments