Add .gitea/workflows/*.yaml

This commit is contained in:
2025-10-19 00:38:30 -07:00
parent 3269f2f461
commit 9aed5a1f23

View File

@@ -34,14 +34,6 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: gitea.cuihang1201.synology.me/hangpersonal/docker_build:latest tags: gitea.cuihang1201.synology.me/hangpersonal/docker_build:latest
- name: Stop BuildKit container
if: ${{ always() }}
run: |
docker ps -a --filter "name=buildx_buildkit" --format "{{.Names}}" | while read c; do
echo "Stopping $c..."
docker stop "$c" || true
done
# Optional quick health check, runs detached and then cleaned up # Optional quick health check, runs detached and then cleaned up
- name: Smoke test - name: Smoke test