Skip to content

Commit

Permalink
adding debbuging commands
Browse files Browse the repository at this point in the history
  • Loading branch information
charly-bg committed Aug 23, 2024
1 parent 8a0e67a commit bdb8527
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
sudo rm -rf /usr/local/.ghcup
sudo rm -rf /usr/local/bin/ghcup
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo rm -rf /usr/local/julia1.10.4
- uses: actions/checkout@v4
with:
Expand All @@ -41,7 +42,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: ${{ matrix.service_name }}
layers: true
# layers: true
tags: next ${{ github.sha }} ${{ inputs.docker-tag }}
dockerfiles: |
./Dockerfile
Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:
sudo find / -type d \( -name "mnt" -o -name "proc" \) -prune -o -type f -exec du -h {} + | sort -rh | head -n 10
df -h
docker images
docker history --no-trunc ${{ matrix.service_name }}:${{ github.sha }}
- name: Create $(pwd)/tmp/Unity/Unity_lic.ulf
run: mkdir -p $(pwd)/tmp/Unity && echo "$UNITY_2021_ULF" > $(pwd)/tmp/Unity/Unity_lic.ulf
Expand Down

0 comments on commit bdb8527

Please sign in to comment.