Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.

chore(deps): update actions/checkout digest to df4cb1c (main) #67

chore(deps): update actions/checkout digest to df4cb1c (main)

chore(deps): update actions/checkout digest to df4cb1c (main) #67

name: Testing Images
on:
merge_group:
branches:
- main
pull_request:
branches:
- main
paths-ignore:
- "**.md"
- ".github/workflows/moderator.yml"
- ".github/workflows/scorecard.yml"
workflow_call:
workflow_dispatch:
inputs:
previous_build:
description: 'Set to 0 to manually clear rechunking plan'
type: choice
default: '1'
options:
- '0'
- '1'
permissions:
contents: read
packages: write
id-token: write
attestations: write
artifact-metadata: write
jobs:
build-image-testing:
name: Build Testing Images
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
strategy:
fail-fast: false
matrix:
brand_name: ["aurora"]
with:
image_flavors: '["main", "nvidia-open"]'
brand_name: ${{ matrix.brand_name }}
stream_name: testing
previous_build: ${{ inputs.previous_build }}