From 50b09a474aeb65047a8e9d4a0e7470c58bc18592 Mon Sep 17 00:00:00 2001 From: "Matt Micene (RHT)" Date: Tue, 3 Dec 2024 13:27:47 -0500 Subject: [PATCH] Turn image name into a parameter, set to repo name for template --- .github/workflows/build_rhel_bootc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_rhel_bootc.yml b/.github/workflows/build_rhel_bootc.yml index 42c0c9b..25436f7 100644 --- a/.github/workflows/build_rhel_bootc.yml +++ b/.github/workflows/build_rhel_bootc.yml @@ -10,7 +10,7 @@ jobs: name: Build RHEL bootc image with repo access runs-on: ubuntu-latest env: - IMAGE_NAME: rhel9-cicd-bootc + IMAGE_NAME: ${{github.event.repository.name}} REGISTRY: ghcr.io/${{ github.actor }} container: image: registry.access.redhat.com/ubi9/ubi