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"]