Dev 1.01 #57

Merged
LukeGus merged 7 commits from dev-1.01 into main 2025-08-01 03:38:27 +00:00
Showing only changes of commit 3559a6fd87 - Show all commits

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