Skip to content

Non unique uid entrypoint #66

Non unique uid entrypoint

Non unique uid entrypoint #66

Workflow file for this run

# GitHub Action Workflow for building the Fedora 35 images.
# SPDX-License-Identifier: BSD-2-Clause-Patent
name: "Fedora 35 Images"
# This workflow only runs (on the main branch or on PRs targeted
# at the main branch) and if files inside the Fedora-35 directory
# have been modifed/added/removed...
on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- 'Fedora-35/**'
pull_request:
branches: [ main ]
paths:
- 'Fedora-35/**'
jobs:
Build_Image:
uses: ./.github/workflows/build-image.yaml
with:
image_name: "Fedora-35"
sub_images: "build test dev"