fix(ci): Correct Watchtower port
Build and Push / build (release) Successful in 28s

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-14 12:57:08 +01:00
co-authored by Claude Opus 4.5
parent 9ae10af1df
commit 8f1a4402e7
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -30,4 +30,4 @@ jobs:
if: success()
run: |
curl -sf -H "Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}" \
http://watchtower:8070/v1/update
http://watchtower:8080/v1/update
+5
View File
@@ -4,6 +4,11 @@ All notable changes to The Scheduler will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [1.0.4] - 2025-12-14
### Fixed
- CI/CD: Correct Watchtower port (8080)
## [1.0.3] - 2025-12-14
### Added
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "the-scheduler"
version = "1.0.3"
version = "1.0.4"
description = "System-wide maintenance orchestration - backups, doc mirroring, cleanup, task automation"
readme = "README.md"
requires-python = ">=3.12"