Skip to content

Modify the corresponding format according to the backend new structur… #1

Modify the corresponding format according to the backend new structur…

Modify the corresponding format according to the backend new structur… #1

# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
# Test
name: Build latest images on push event
on:
push:
branches: [ 'main' ]
paths:
- "**/docker/*.py"
- "**/docker/Dockerfile"
- "**/docker/ui/**"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-on-push
cancel-in-progress: true
jobs:
job1:
uses: ./.github/workflows/reuse-get-test-matrix.yml
mega-image-build:
needs: job1
strategy:
matrix: ${{ fromJSON(needs.job1.outputs.run_matrix) }}
uses: ./.github/workflows/reuse-image-build.yml

Check failure on line 27 in .github/workflows/image-build-on-push.yml

View workflow run for this annotation

GitHub Actions / Build latest images on push event

Invalid workflow file

The workflow is not valid. .github/workflows/image-build-on-push.yml (Line: 27, Col: 11): Input image_tag is required, but not provided while calling. .github/workflows/image-build-on-push.yml (Line: 27, Col: 11): Input mega_service is required, but not provided while calling.
with:
image-tag: latest
mega-service: "${{ matrix.example }}"