From a01af62dffbb4061f38ead6e64d49dd50eefa31d Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Mon, 23 Dec 2024 21:23:06 +0900 Subject: [PATCH] Migrated images to use native Zabbix environment variables --- .github/workflows/images_build_rhel.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index 24c425124..0c348e932 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -405,8 +405,6 @@ jobs: uses: redhat-actions/buildah-build@v2.13 with: context: ${{ format('{0}/{1}/rhel', env.DOCKERFILES_DIRECTORY, matrix.build) }} - extra-args: | - --build-context config_templates=./config_templates/ layers: false tags: ${{ steps.meta.outputs.tags }} containerfiles: | @@ -414,6 +412,7 @@ jobs: build-args: BUILD_BASE_IMAGE=${{ steps.base_build.outputs.base_build_image }} extra-args: | --iidfile=${{ github.workspace }}/iidfile + --build-context config_templates=./config_templates/ - name: Prepare image metadata id: image_metadata