From 97ea650e057de9ba917979ccab14e6e3aa0f9dd6 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:44:49 -0400 Subject: [PATCH] is ssh key and remove debug --- .github/workflows/build_container.yml | 2 +- Containerfile | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build_container.yml b/.github/workflows/build_container.yml index dbed980..197134d 100644 --- a/.github/workflows/build_container.yml +++ b/.github/workflows/build_container.yml @@ -107,7 +107,7 @@ jobs: uses: actions/checkout@v4 with: repository: ${{ secrets.RH_REPO }} - token: ${{ secrets.RH_ENT }} + ssh-key: ${{ secrets.RH_ENT }} persist-credentials: false path: ubi diff --git a/Containerfile b/Containerfile index 016d80c..dcfbbd1 100644 --- a/Containerfile +++ b/Containerfile @@ -21,8 +21,6 @@ VOLUME /build-container-installer/build VOLUME /build-container-installer/repos VOLUME /cache -RUN find /run/secrets - RUN dnf install -y make && make install-deps ENTRYPOINT ["/bin/bash", "/build-container-installer/entrypoint.sh"]