mirror of
https://mirror.skon.top/github.com/zabbix/zabbix-docker
synced 2026-04-30 22:01:28 +08:00
Fixed build on RHEL
This commit is contained in:
6
.github/workflows/images_build_rhel.yml
vendored
6
.github/workflows/images_build_rhel.yml
vendored
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user