V2.0.0/fix docker staging - #7
Merged
Merged
Conversation
Extract artifact name calculation into a dedicated step and pass via job outputs. This improves pipeline clarity and enables downstream jobs to reliably reference artifact names across retried runs. Previously, artifact names were computed inline in each consuming job; centralizing them ensures consistency and simplifies maintenance.
Update deployment procedure documentation to reflect artifact name centralization. Clarify exact secret name requirements for Staging and Production environments, document Docker Hub token format expectations, and explain artifact name carry-through behavior for pipeline reruns. These changes help users correctly configure environments and troubleshoot deployment issues.
Greptile SummaryThe PR preserves image and SBOM artifact identity when failed publication or attestation jobs are rerun and clarifies registry credential requirements.
Confidence Score: 5/5The PR appears safe to merge with artifact identity consistently propagated through the container workflow. Downstream jobs all declare the build job as a dependency, consume names produced from the same values used during upload, and remain gated on successful prerequisite jobs. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart LR
B[Container build] -->|image artifact name| P[Staging publish]
B -->|SBOM artifact name| A[Staging attestation]
P --> D[Docker Hub promotion]
B -->|image artifact name| D
B -->|SBOM artifact name| H[Docker Hub attestation]
D --> H
Reviews (1): Last reviewed commit: "💬 clarify Docker image deployment and s..." | Re-trigger Greptile |
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.
No description provided.