mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-20 18:07:46 +02:00
Migrated images to use native Zabbix environment variables
This commit is contained in:
parent
c952d4ef69
commit
a01af62dff
3
.github/workflows/images_build_rhel.yml
vendored
3
.github/workflows/images_build_rhel.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user