chore: edit workflows
Docker Build and Push / docker_build (push) Successful in 2h5m5s

This commit is contained in:
2026-06-08 22:22:54 +02:00
parent 7641af7d9c
commit 17dae825f3
2 changed files with 37 additions and 6 deletions
-6
View File
@@ -23,12 +23,6 @@ jobs:
strategy:
fail-fast: false
steps:
- name: Prepare for rootless docker
run: |
ls -l /run/docker.sock || true
ss -lx | grep docker || true
ps aux | grep dockerd || true
- name: Checkout repository
uses: actions/checkout@v6