ci(release): run docker job on regular VM runner

Tried to run it on a -slim runner in fb24b6b3, but the result is that no
docker socket is available. This jobs needs one of the big runners.
This commit is contained in:
Wolfgang Walther
2026-06-02 10:15:12 +02:00
parent f71f70152a
commit 8ce8939259
+1 -1
View File
@@ -129,7 +129,7 @@ jobs:
docker:
name: Docker Hub
runs-on: ubuntu-slim
runs-on: ubuntu-24.04-arm
needs:
- prepare
if: |