chore: try to prepare for rootless docker
Docker Build and Push / docker_build (push) Failing after 4m45s

This commit is contained in:
2026-06-05 22:17:57 +02:00
parent c3aa728ec8
commit 8240c44fb7
+4
View File
@@ -23,6 +23,10 @@ jobs:
strategy:
fail-fast: false
steps:
- name: Prepare for rootless docker
run: |
ln -s /usr/local/bin/docker /usr/bin/docker
- name: Checkout repository
uses: actions/checkout@v6