mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-09 23:28:30 +01:00
Move sources directory and introduce additional build context
This commit is contained in:
parent
4a9c6eb3c6
commit
5730d6c0d2
1
.github/workflows/images_build.yml
vendored
1
.github/workflows/images_build.yml
vendored
@ -646,6 +646,7 @@ jobs:
|
||||
context: ${{ format('{0}/{1}/{2}/', env.DOCKERFILES_DIRECTORY, matrix.build, matrix.os) }}
|
||||
build-contexts: |
|
||||
config_templates=./config_templates/
|
||||
sources=./sources/
|
||||
file: ${{ format('{0}/{1}/{2}/Dockerfile', env.DOCKERFILES_DIRECTORY, matrix.build, matrix.os) }}
|
||||
platforms: ${{ steps.platform.outputs.list }}
|
||||
push: true
|
||||
|
1
.github/workflows/images_build_rhel.yml
vendored
1
.github/workflows/images_build_rhel.yml
vendored
@ -413,6 +413,7 @@ jobs:
|
||||
extra-args: |
|
||||
--iidfile=${{ github.workspace }}/iidfile
|
||||
--build-context config_templates=./config_templates/
|
||||
--build-context sources=./sources/
|
||||
|
||||
- name: Prepare image metadata
|
||||
id: image_metadata
|
||||
|
Loading…
Reference in New Issue
Block a user