Mass rename tier-1/boot => bootc

This commit is contained in:
Liora Milbaum 2023-11-22 06:53:08 +02:00
parent a5ef623347
commit 03033108a5
12 changed files with 50 additions and 39 deletions

View file

@ -7,21 +7,24 @@ on:
paths-ignore:
- "docs/**"
workflow_dispatch:
jobs:
build-image:
runs-on: ubuntu-latest
container:
image: quay.io/centos-boot/builder:latest
image: quay.io/centos-bootc/builder:latest
options: --privileged
strategy:
matrix:
os: [fedora, centos]
tier: [tier-1]
include:
- os: fedora
version: eln
- os: centos
version: stream9
steps:
- name: Checkout repository

View file

@ -2,7 +2,9 @@ name: Docs
on:
push:
branches: ["main"]
branches:
- main
workflow_dispatch:
permissions:

View file

@ -6,6 +6,8 @@ on: # yamllint disable-line rule:truthy
branches:
- main
workflow_dispatch:
jobs:
pre_commit:
runs-on: ubuntu-latest