mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-22 21:38:41 +01:00
Description for build base image
This commit is contained in:
parent
c179b43f53
commit
36c1c0d51a
7
.github/workflows/dockerhub_description.yml
vendored
7
.github/workflows/dockerhub_description.yml
vendored
@ -5,7 +5,8 @@ on:
|
||||
branches:
|
||||
- 'trunk'
|
||||
paths:
|
||||
- "Dockerfiles/*/*/README.md"
|
||||
- 'Dockerfiles/*/*/README.md'
|
||||
- '.github/workflows/dockerhub_description.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@ -18,6 +19,10 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
build:
|
||||
- build-base
|
||||
- build-base-mysql
|
||||
- build-base-pgsql
|
||||
- build-base-sqlite3
|
||||
- agent
|
||||
- agent2
|
||||
- java-gateway
|
||||
|
1
.github/workflows/images_build.yml
vendored
1
.github/workflows/images_build.yml
vendored
@ -12,6 +12,7 @@ on:
|
||||
- 'trunk'
|
||||
paths:
|
||||
- 'Dockerfiles/**'
|
||||
- '!**/README.md'
|
||||
- '!Dockerfiles/*/rhel/*'
|
||||
- '!Dockerfiles/*/windows/*'
|
||||
- '.github/workflows/images_build.yml'
|
||||
|
1
.github/workflows/images_build_windows.yml
vendored
1
.github/workflows/images_build_windows.yml
vendored
@ -12,6 +12,7 @@ on:
|
||||
- 'trunk'
|
||||
paths:
|
||||
- 'Dockerfiles/*/windows/*'
|
||||
- '!**/README.md'
|
||||
- '.github/workflows/images_build_windows.yml'
|
||||
|
||||
defaults:
|
||||
|
Loading…
Reference in New Issue
Block a user