Add .gitea/workflows/*.yaml
This commit is contained in:
@@ -35,14 +35,6 @@ jobs:
|
||||
push: true
|
||||
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
|
||||
- name: Smoke test
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user