This commit is contained in:
samunohito 2025-11-15 20:10:19 +09:00
parent a9ece32cce
commit d6f9b37faa
1 changed files with 4 additions and 1 deletions

View File

@ -41,6 +41,9 @@ jobs:
run: |
echo "> docker run dockle …"
docker run --rm \
-e DOCKER_HOST=unix:///var/run/docker.sock \
-v /var/run/docker.sock:/var/run/docker.sock \
goodwithtech/dockle:v${DOCKLE_VERSION} \
--exit-code 1 misskey-web:latest
--debug \
--exit-code 1 \
misskey-web:latest