cleanup build action
All checks were successful
Build and Deploy Docker Container / build-and-deploy (push) Successful in 45s

This commit is contained in:
2025-09-21 16:15:59 +02:00
parent 3f854f2080
commit 145a8be442

View File

@@ -41,17 +41,3 @@ jobs:
fi fi
- name: Clean up Docker images - name: Clean up Docker images
run: docker image prune -f run: docker image prune -f
- name: Portainer Deployment
uses: portainer/portainer-gitea-action@v1
with:
gitea_url: "https://git.allucanget.biz"
gitea_token: ${{ secrets.GITEA_TOKEN }}
gitea_repo: "${{ secrets.GITEA_REPO }}"
stack_file_path: "docker-compose.yml"
stack_name: "thc-webhook"
endpoint_name: "local"
prune: true
pull_image: true
update: true
redeploy: true