Clean local Docker images after CI push
Build and deploy Docker image / build (push) Successful in 1m12s

This commit is contained in:
Ruslan Bakiev
2026-06-05 12:51:36 +07:00
parent 7476e61d0b
commit 7761d40c7f
+1
View File
@@ -24,6 +24,7 @@ jobs:
docker build -t "$IMAGE:latest" -t "$IMAGE:${{ gitea.sha }}" .
docker push "$IMAGE:latest"
docker push "$IMAGE:${{ gitea.sha }}"
docker image rm -f "$IMAGE:latest" "$IMAGE:${{ gitea.sha }}"
- name: Deploy to Dokploy
run: curl -fsS -X POST "https://ind.dsrptlab.com/api/deploy/1CoHKHRVGNQ-QYRUNXc-F"