Skip to content

Commit

Permalink
fix: order of cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
EveningStarlight committed Dec 18, 2024
1 parent 0befc5f commit 3f907e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-pull-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
- name: Test image
run: make test/${{ inputs.image }}

# Free up space from build process (containerscan action will run out of space if we don't)
- name: cleanup runner``
run: ./.github/scripts/cleanup_runner.sh

# Scan image for vulnerabilities
- name: Aqua Security Trivy image scan
run: |
Expand Down Expand Up @@ -102,6 +106,3 @@ jobs:
exit 1
fi
done
# Free up space from build process (containerscan action will run out of space if we don't)
- run: ./.github/scripts/cleanup_runner.sh

0 comments on commit 3f907e7

Please sign in to comment.