ci: use local docker cli job image 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:55:14 +08:00
parent 8c9037d75a
commit 65e345872c

View File

@@ -13,7 +13,6 @@ jobs:
- name: Build Docker image
run: |
set -eu
apk add --no-cache git
rm -rf /tmp/demo-app-source
git clone /mnt/d/docker/gitea/data/git/gitea-repositories/admin/demo-app.git /tmp/demo-app-source
cd /tmp/demo-app-source