diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index a4a5748ef..064ba5ef5 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -590,7 +590,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 }} @@ -609,8 +609,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' }}