mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-22 02:41:29 +02:00
New Dockerfiles and environment variables structure
This commit is contained in:
parent
626acdb323
commit
58f25dacc5
5
.github/workflows/images_build.yml
vendored
5
.github/workflows/images_build.yml
vendored
@ -8,7 +8,6 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- '4.0'
|
- '4.0'
|
||||||
- '5.0'
|
- '5.0'
|
||||||
- '5.2'
|
|
||||||
- '5.4'
|
- '5.4'
|
||||||
- 'trunk'
|
- 'trunk'
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
@ -179,8 +178,8 @@ jobs:
|
|||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: ./${{ matrix.build }}/${{ matrix.os }}
|
context: ./Dockerfiles/${{ matrix.build }}/${{ matrix.os }}
|
||||||
file: ./${{ matrix.build }}/${{ matrix.os }}/Dockerfile
|
file: ./Dockerfiles/${{ matrix.build }}/${{ matrix.os }}/Dockerfile
|
||||||
platforms: ${{ steps.platform.outputs.list }}
|
platforms: ${{ steps.platform.outputs.list }}
|
||||||
push: ${{ secrets.AUTO_PUSH_IMAGES }}
|
push: ${{ secrets.AUTO_PUSH_IMAGES }}
|
||||||
tags: ${{ steps.prepare_tags.outputs.image_tag_versions }}
|
tags: ${{ steps.prepare_tags.outputs.image_tag_versions }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user