ci: Add Watchtower update trigger after build
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -25,3 +25,9 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
git.schweitz.internal/jpmschweitzer/scheduler:latest
|
git.schweitz.internal/jpmschweitzer/scheduler:latest
|
||||||
git.schweitz.internal/jpmschweitzer/scheduler:${{ github.ref_name }}
|
git.schweitz.internal/jpmschweitzer/scheduler:${{ github.ref_name }}
|
||||||
|
|
||||||
|
- name: Trigger Watchtower update
|
||||||
|
if: success()
|
||||||
|
run: |
|
||||||
|
curl -sf -H "Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}" \
|
||||||
|
http://watchtower:8070/v1/update
|
||||||
|
|||||||
@@ -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/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## [1.0.3] - 2025-12-14
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- CI/CD: Trigger Watchtower update after successful Docker build
|
||||||
|
|
||||||
## [1.0.2] - 2025-12-14
|
## [1.0.2] - 2025-12-14
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "the-scheduler"
|
name = "the-scheduler"
|
||||||
version = "1.0.2"
|
version = "1.0.3"
|
||||||
description = "System-wide maintenance orchestration - backups, doc mirroring, cleanup, task automation"
|
description = "System-wide maintenance orchestration - backups, doc mirroring, cleanup, task automation"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|||||||
Reference in New Issue
Block a user