Skip to content

Commit c0640b1

Browse files
committed
feat: promote rc test
1 parent f38a72b commit c0640b1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/promotion-rc.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
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:

0 commit comments

Comments
 (0)