Description for build base image

This commit is contained in:
Alexey Pustovalov 2021-10-15 18:11:57 -04:00
parent c179b43f53
commit 36c1c0d51a
3 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -12,6 +12,7 @@ on:
- 'trunk'
paths:
- 'Dockerfiles/**'
- '!**/README.md'
- '!Dockerfiles/*/rhel/*'
- '!Dockerfiles/*/windows/*'
- '.github/workflows/images_build.yml'

View File

@ -12,6 +12,7 @@ on:
- 'trunk'
paths:
- 'Dockerfiles/*/windows/*'
- '!**/README.md'
- '.github/workflows/images_build_windows.yml'
defaults: