Skip to content

Commit

Permalink
No Disc space error fix and Removing the build process for UBI8 images.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjshastha committed Oct 7, 2024
1 parent f136085 commit c1b6bbf
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 174 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ jobs:
env:
DOCKER_CLI_EXPERIMENTAL: "enabled"
steps:
- name: Cleanup Docker and KIND resources (Pre-Release)
run: |
docker system prune -a --force
docker volume prune --force
- name: Check disk usage (Pre-Release)
run: df -h
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down
Loading

0 comments on commit c1b6bbf

Please sign in to comment.