From 302b004ed9af8061ae6705287461b4d0472f5ec6 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 26 Feb 2024 08:29:47 -0500 Subject: [PATCH] checkout repo --- .github/workflows/iso.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index c912137..6ec1980 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -19,13 +19,13 @@ env: jobs: build-and-push-iso: runs-on: ubuntu-latest - container: - image: fedora:39 - options: "--privileged" permissions: contents: read packages: write steps: + - name: Checkout repo + uses: actions/checkout@v4 + - name: Lowercase Registry id: registry_case uses: ASzc/change-string-case-action@v6