From 6b36fab94f2f47d337b2d06c5a32bd112eadab80 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 2 Apr 2026 21:25:21 +0900 Subject: [PATCH] Fixed build on RHEL --- .github/workflows/images_build_rhel.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index 1f3a46b2..74a872a8 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -591,7 +591,7 @@ jobs: ${{ env.DOCKERFILES_DIRECTORY }}/${{ matrix.build }}/rhel/Dockerfile extra-args: | --iidfile=${{ github.workspace }}/iidfile - --build-context entrypoints="./templates/entrypoints" + --build-context entrypoints=./templates/entrypoints build-args: | BUILD_BASE_IMAGE=${{ steps.base_build.outputs.base_build_image }} @@ -610,8 +610,8 @@ jobs: ${{ env.DOCKERFILES_DIRECTORY }}/${{ matrix.build }}/rhel/Dockerfile extra-args: | --iidfile=${{ github.workspace }}/iidfile - --build-context config_templates="./templates/config/snmptraps" - --build-context scripts="./templates/scripts/snmptraps" + --build-context config_templates=./templates/config/snmptraps + --build-context scripts=./templates/scripts/snmptraps - name: Validate registry secrets if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}