mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
checkout repo
This commit is contained in:
parent
c491c02d7c
commit
302b004ed9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/iso.yml
vendored
6
.github/workflows/iso.yml
vendored
|
|
@ -19,13 +19,13 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push-iso:
|
build-and-push-iso:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: fedora:39
|
|
||||||
options: "--privileged"
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Lowercase Registry
|
- name: Lowercase Registry
|
||||||
id: registry_case
|
id: registry_case
|
||||||
uses: ASzc/change-string-case-action@v6
|
uses: ASzc/change-string-case-action@v6
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue