ci: adapt to changed socket location
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
leo 2023-01-31 01:29:09 +01:00
parent f257b54c79
commit 8caa8f6edf
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

View File

@ -171,7 +171,7 @@ steps:
volumes:
- name: s
host:
path: /var/run/docker.sock
path: /run/docker.sock
---
kind: pipeline
@ -214,6 +214,6 @@ steps:
from_secret: discord_webhook_token
---
kind: signature
hmac: a5587411e2b384bcab35ae8adb54d91b43e94404b02d63d2d9aa78d164cdda75
hmac: 4dd377f0d3e9ea7f747d8a1bdca3c16d9bfe49e7daac681aedfa07b5caf8018a
...