pipeline fix
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2025-08-12 21:14:26 +09:00
parent ac8c2cd835
commit b282c44e7c
3 changed files with 36 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ steps:
- name: dockersock
path: /var/run
commands:
- docker compose -f docker-compose.yml build --pull
- docker compose build --no-cache
- name: migrate
image: docker:27