allow deploypr:prototypes comment to spin up the prototypes build (#6144)

Co-authored-by: James Brunton <[email protected]>
This commit is contained in:
EthanHealy01
2026-04-20 18:58:33 +01:00
committed by GitHub
co-authored by James Brunton
parent e5767ed58b
commit 089e448cf4
5 changed files with 162 additions and 46 deletions
+2 -1
View File
@@ -121,8 +121,9 @@ jobs:
# Remove PR-specific directories
rm -rf /stirling/PR-${{ github.event.pull_request.number }}
# Remove the Docker image
# Remove the Docker images
docker rmi --no-prune ${{ secrets.DOCKER_HUB_USERNAME }}/test:pr-${{ github.event.pull_request.number }} || true
docker rmi --no-prune ${{ secrets.DOCKER_HUB_USERNAME }}/test:engine-pr-${{ github.event.pull_request.number }} || true
echo "PERFORMED_CLEANUP"
else