mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-22 05:18:37 +01: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:
|
||||
- '4.0'
|
||||
- '5.0'
|
||||
- '5.2'
|
||||
- '5.4'
|
||||
- 'trunk'
|
||||
paths-ignore:
|
||||
@ -179,8 +178,8 @@ jobs:
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: ./${{ matrix.build }}/${{ matrix.os }}
|
||||
file: ./${{ matrix.build }}/${{ matrix.os }}/Dockerfile
|
||||
context: ./Dockerfiles/${{ matrix.build }}/${{ matrix.os }}
|
||||
file: ./Dockerfiles/${{ matrix.build }}/${{ matrix.os }}/Dockerfile
|
||||
platforms: ${{ steps.platform.outputs.list }}
|
||||
push: ${{ secrets.AUTO_PUSH_IMAGES }}
|
||||
tags: ${{ steps.prepare_tags.outputs.image_tag_versions }}
|
||||
|
Loading…
Reference in New Issue
Block a user