Commit Graph

5 Commits

Author SHA1 Message Date
chemavx b6a83c687d ci: install pyyaml before YAML validation step
CI/CD / build-and-push (push) Successful in 5s
catthehacker/ubuntu:act-22.04 does not include PyYAML pre-installed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 10:03:04 +00:00
chemavx ed5c038a50 ci: add image verification, YAML validation, and Telegram notifications
CI/CD / build-and-push (push) Failing after 4s
- Verify n8n image exists in Gitea registry via Docker API before updating manifest
- Validate YAML of modified manifest after sed (python3 yaml.safe_load)
- Notify Telegram on success/failure with job status (if: always())

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 09:56:29 +00:00
chemavx b9ce8e2090 ci: migrate to buildx docker-container driver with standalone buildkitd
CI/CD / build-and-push (push) Successful in 1m39s
2026-04-22 20:40:08 +00:00
chemavx 856ff7b86f fix: simplify sed pattern for n8n image replacement
CI/CD / build-and-push (push) Failing after 4s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-14 17:40:15 +00:00
chemavx 95e06ba47c feat: initial custom n8n image with n8n-nodes-upload-post@0.1.42
- Dockerfile based on n8nio/n8n:2.15.1
- Pre-installs n8n-nodes-upload-post@0.1.42 as PVC bootstrap
- CI/CD with SHA tags matching polymarket-bot pattern
- README with version bump process and migration warnings

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-14 17:39:51 +00:00