Clean local Docker images after CI push
Build and deploy Docker image / build (push) Successful in 1m12s
Build and deploy Docker image / build (push) Successful in 1m12s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user