Skip to content

Commit b249526

Browse files
committed
[no-relnote] Construct staging image explicitly
Signed-off-by: Evan Lezar <[email protected]>
1 parent 4ea99d4 commit b249526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.common-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ scan-ubi9-arm64:
189189
OUT_REGISTRY_USER: "${NGC_REGISTRY_USER}"
190190
OUT_REGISTRY_TOKEN: "${NGC_REGISTRY_TOKEN}"
191191
OUT_REGISTRY: "${NGC_REGISTRY}"
192-
OUT_IMAGE_NAME: "${NGC_REGISTRY_STAGING_IMAGE_NAME}"
192+
OUT_IMAGE_NAME: "${NGC_STAGING_REGISTRY}/k8s-device-plugin"
193193

194194
# Define an external release step that pushes an image to an external repository.
195195
# This includes a devlopment image off main.

0 commit comments

Comments
 (0)