Correct PhotoCleaner's registry entry to its real publish shape - #413
Merged
Conversation
PhotoCleaner finished onboarding: it now publishes multi-arch Docker (linux/amd64,linux/arm64 on main) to Docker Hub via the static DOCKER_HUB_USERNAME/DOCKER_HUB_ACCESS_TOKEN secret, and a github-release attaching the multi-arch executables as a 7z - the same shape as PlexCleaner minus the python subtree. The entry still declared the partial-onboarding state (publish: [], releaseTrigger: none, only CODECOV_TOKEN), so the audit had no mechanism to claim the two Docker Hub secrets against and flagged them as stale in both stores. Declare the real publish targets, secrets, and two-phase release trigger, and refresh the drift notes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates PhotoCleaner's fleet registry entry to reflect its completed onboarding and actual publish/release mechanisms, aligning the registry with the repo's current CI/CD and secret requirements.
Changes:
- Declare PhotoCleaner publish targets as Docker (static-secret) plus GitHub Release (none).
- Update required secrets to include Docker Hub credentials alongside CODECOV_TOKEN.
- Switch release trigger to
two-phaseand refresh drift notes to reflect the current state.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PhotoCleaner finished onboarding - it publishes multi-arch Docker (linux/amd64,linux/arm64 on main) via the static Docker Hub secret plus a github-release attaching the executables as a 7z, mirroring PlexCleaner minus python. The entry still declared the partial-onboarding state (
publish: [],releaseTrigger: none, onlyCODECOV_TOKEN), so the audit flaggedDOCKER_HUB_USERNAME/DOCKER_HUB_ACCESS_TOKENas stale in both stores (no mechanism claimed them).Declares the real
docker(static-secret) +github-release(none) targets, both Docker Hub secrets,two-phaserelease trigger, and refreshed drift notes. Re-audit confirms the four secret DRIFTs clear; validate green.