Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo committed Feb 29, 2024
1 parent e7e650d commit dc768dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-images.yml
Expand Up @@ -143,6 +143,8 @@ jobs:
run: |-
echo "value=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
- name: Show Available Disk Space
run: df -h && du -h
- name: Build Image
if: steps.should-run.outputs.result == 'true'
run: |-
Expand All @@ -156,7 +158,7 @@ jobs:
--build-arg DEBIAN_VERSION=${{ matrix.debian }} \
--build-arg NODE_MAJOR_VERSION=${{ matrix.node }} \
-f superchain/Dockerfile \
.
. > /dev/null
- name: Test Image
if: steps.should-run.outputs.result == 'true'
Expand Down

0 comments on commit dc768dd

Please sign in to comment.