ci: fix docker runner mounts for demo-app
Some checks failed
Docker Deploy / build-deploy (push) Failing after 1s

This commit is contained in:
Local CICD Bot
2026-04-28 11:53:46 +08:00
parent 22d9037ff5
commit 8c9037d75a

View File

@@ -9,11 +9,6 @@ on:
jobs:
build-deploy:
runs-on: docker-cli
container:
image: docker:28-cli
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /mnt/d/docker:/mnt/d/docker
steps:
- name: Build Docker image
run: |