mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-03 04:09:31 +01:00
Migrated images to use native Zabbix environment variables
This commit is contained in:
parent
688ed8b9cb
commit
e9bbf4b8a4
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: |
|
||||
@ -415,6 +413,7 @@ jobs:
|
||||
extra-args: |
|
||||
--iidfile=${{ github.workspace }}/iidfile
|
||||
--build-context sources=./sources/
|
||||
--build-context config_templates=./config_templates/
|
||||
|
||||
- name: Prepare image metadata
|
||||
id: image_metadata
|
||||
|
Loading…
Reference in New Issue
Block a user