This commit is contained in:
samunohito 2025-11-15 20:01:40 +09:00
parent c163933fc0
commit f523713a9b
1 changed files with 4 additions and 1 deletions

View File

@ -24,7 +24,10 @@ jobs:
docker compose up -d web
IMAGE_ID=$(docker compose images --format json web | jq -r '.[0].ID')
docker tag "${IMAGE_ID}" misskey-web:latest
- run: |
- name: run dockle
env:
DOCKER_CONTENT_TRUST: 0
run: |
echo "> docker run dockle …"
docker run --rm \
-v /var/run/docker.sock:/var/run/docker.sock \