Skip to content

Improve image publishing #83

Improve image publishing

Improve image publishing #83

Workflow file for this run

# Copyright 2025 NVIDIA CORPORATION
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: CI Pipeline
on:
push:
branches:
- "pull-request/[0-9]+"
- main
- release-*
jobs:
basic:
uses: ./.github/workflows/basic-checks.yaml
image:
uses: ./.github/workflows/image.yaml

Check failure on line 29 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / CI Pipeline

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yaml (Line: 29, Col: 11): Error from called workflow NVIDIA/k8s-samples/.github/workflows/image.yaml@e726a1e10a1dea0136617b98c273052b2742fcd5 (Line: 65, Col: 20): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
needs:
- basic
secrets: inherit
with:
version: ${{ needs.basic.outputs.version }}