Update docker-image.yml

This commit is contained in:
Karmaa
2025-07-31 19:13:02 -05:00
committed by GitHub
parent b70fa4cd52
commit 3559a6fd87

View File

@@ -16,7 +16,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux]
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -113,4 +113,4 @@ jobs:
if: always()
run: |
docker image prune -af
docker system prune -af --volumes
docker system prune -af --volumes