Skip to content

Commit

Permalink
DEBUG debug a couple images
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jan 25, 2024
1 parent 24a226d commit fecdde0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,14 @@ jobs:
- run: docker buildx du --verbose
- run: df -h

# "test" builds as necessary, but this gives a checkpoint for debugging
- name: build non-test images
run: yarn build
# DEBUG
- run: yarn build --dry && docker buildx bake --load use-upgrade-8
- run: docker system df
- run: docker buildx du --verbose
- run: df -h

# DEBUG
- run: yarn build --dry && docker buildx bake --load use-upgrade-9
- run: docker system df
- run: docker buildx du --verbose
- run: df -h
Expand Down

0 comments on commit fecdde0

Please sign in to comment.