ci(rest): re-enable main publish after tag scheme fix#1924
Open
lachen-nv wants to merge 4 commits into
Open
Conversation
🔐 TruffleHog Secret Scan✅ No secrets or credentials found! Your code has been scanned for 700+ types of secrets and credentials. All clear! 🎉 🕐 Last updated: 2026-05-25 05:43:20 UTC | Commit: 07c0e4b |
🔍 Container Scan Summary
Per-CVE detail lives in the per-service |
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.
Summary
Re-enables REST publish (docker + helm) on main / release / tags. Follow-up to #1922.
Net diff vs main
Just the tag scheme fix from #1922 (`rest-build-push-service.yml`). The disable toggles introduced in #1922 are reverted back to the original conditional gates.
Merge order
Either order is safe. Closing #1922 in favor of this PR is also fine.
Expected after merge
Main pushes will produce clean tags:
```
nvcr.io/0837451325059433/carbide-dev/nico-rest-api:0.11.0-pr-3-g72855901
nvcr.io/0837451325059433/carbide-dev/nico-rest-api:latest
```
And helm chart:
```
nico-rest:0.11.0-pr-3.g72855901
```