File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 # Find highest existing rc for this version
8383 # We grep for exact version match followed by -rc.N
8484 EXISTING_RCS=$(git tag -l | grep -E "^v?${NEW_VERSION}-rc\.[0-9]+$" | sort -V | tail -n 1 || echo "")
85-
85+ echo "Existing RCs: $EXISTING_RCS"
8686 if [ -z "$EXISTING_RCS" ]; then
8787 # No RC exists yet, start at 1
8888 NEXT_RC=1
@@ -121,7 +121,8 @@ jobs:
121121 uses : NVIDIA/dsx-github-actions/.github/workflows/promote-image.yml@main
122122 with :
123123 source : nvcr.io/0837451325059433/carbide-dev/nvmetal-carbide
124- source_tag : main-${{ needs.calculate-release-candidate-version.outputs.short_sha }}
124+ # source_tag: main-${{ needs.calculate-release-candidate-version.outputs.short_sha }}
125+ source_tag : main-f38a72b
125126 destination : nvcr.io/0837451325059433/carbide/nvmetal-carbide
126127 destination_tag : ${{ needs.calculate-release-candidate-version.outputs.rc_version }}
127128 secrets :
You can’t perform that action at this time.
0 commit comments