From 13910884e8ee7af3e098d024f736ee2b498714d8 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:14:20 -0400 Subject: [PATCH] just secrets --- .github/workflows/build_container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_container.yml b/.github/workflows/build_container.yml index e8be0d5..ee20e32 100644 --- a/.github/workflows/build_container.yml +++ b/.github/workflows/build_container.yml @@ -115,7 +115,7 @@ jobs: BASE_IMAGE=${{ matrix.os }} IMAGE_VERSION=${{ matrix.tag }} extra-args: | - ${{ matrix.append == 'ubi' && format('--volume={0}/ubi:/run/secrets/etc-pki-entitlement', github.workspace) || ''}} + ${{ matrix.append == 'ubi' && format('--volume={0}/ubi:/run/secrets', github.workspace) || ''}} - name: Push image uses: redhat-actions/push-to-registry@v2