File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 33This changelog is auto-generated by the Python-based
44[ Commitizen] ( https://commitizen-tools.github.io/commitizen ) .
55
6+ ## 0.2.1 (2022-07-23)
7+
8+ ### Refactor
9+
10+ - ** action** : Move constants util -> docker
11+
612## 0.2.0 (2022-07-20)
713
814### Feat
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ performs Docker layer caching for built images but does not cache pulled images.
5151
5252 ``` yaml
5353 - name : Cache Docker images.
54- uses : ScribeMD/docker-cache@0.2.0
54+ uses : ScribeMD/docker-cache@0.2.1
5555 with :
5656 key : docker-${{ runner.os }}-${{ hashFiles(...) }}
5757 ` ` `
Original file line number Diff line number Diff line change 11{
22 "name" : " docker-cache" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Cache Docker Images Whether Built or Pulled" ,
55 "homepage" : " https://github.com/ScribeMD/docker-cache#readme" ,
66 "main" : " dist/main/index.js" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool ]
66 [tool .commitizen ]
7- version = " 0.2.0 "
7+ version = " 0.2.1 "
88 version_files = [
99 " package.json:version" ,
1010 " pyproject.toml:version" ,
@@ -13,7 +13,7 @@ build-backend = "poetry.core.masonry.api"
1313
1414 [tool .poetry ]
1515 name = " docker-cache"
16- version = " 0.2.0 "
16+ version = " 0.2.1 "
1717 description = " Cache Docker Images Whether Built or Pulled"
1818 authors = [" Kurt von Laven <kurt.von.laven@gmail.com>" ]
1919 license = " MIT"
You can’t perform that action at this time.
0 commit comments