Update README.md
This commit is contained in:
parent
679c0048a8
commit
06d5ff5858
1 changed files with 2 additions and 0 deletions
|
@ -474,6 +474,7 @@ docker build:
|
||||||
changes:
|
changes:
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
- docker/scripts/*
|
- docker/scripts/*
|
||||||
|
- dockerfiles/**/*
|
||||||
```
|
```
|
||||||
|
|
||||||
In the scenario above, if you are pushing multiple commits to GitLab to an
|
In the scenario above, if you are pushing multiple commits to GitLab to an
|
||||||
|
@ -482,6 +483,7 @@ one of the commits contains changes to either:
|
||||||
|
|
||||||
- The `Dockerfile` file.
|
- The `Dockerfile` file.
|
||||||
- Any of the files inside `docker/scripts/` directory.
|
- Any of the files inside `docker/scripts/` directory.
|
||||||
|
- Any of the files and subfolders inside `dockerfiles` directory.
|
||||||
|
|
||||||
CAUTION: **Warning:**
|
CAUTION: **Warning:**
|
||||||
There are some caveats when using this feature with new branches and tags. See
|
There are some caveats when using this feature with new branches and tags. See
|
||||||
|
|
Loading…
Reference in a new issue