Fixed tag generation for releases

This commit is contained in:
Alexey Pustovalov 2021-10-18 17:49:37 +03:00
parent c989fe62af
commit 66130fe5ac

View File

@ -12,12 +12,8 @@ on:
- 'trunk' - 'trunk'
paths: paths:
- 'Dockerfiles/**' - 'Dockerfiles/**'
<<<<<<< HEAD
- '!**/README.md' - '!**/README.md'
- '!Dockerfiles/*/rhel/*' - '!Dockerfiles/*/rhel/*'
=======
- '!Dockerfiles/*/rhel/**'
>>>>>>> f6ec3dbb5e7ef76c4568ad27621adfb907330bee
- '!Dockerfiles/*/windows/*' - '!Dockerfiles/*/windows/*'
- '.github/workflows/images_build.yml' - '.github/workflows/images_build.yml'