Skip to content

Commit

Permalink
bump: version 0.2.2 → 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
commitizen-github-action[bot] committed Sep 5, 2022
1 parent dc8862c commit f0e9e94
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This changelog is auto-generated by the Python-based
[Commitizen](https://commitizen-tools.github.io/commitizen).

## 0.2.3 (2022-09-05)

### Perf

- **action**: Filter out pre-cached images

## 0.2.2 (2022-08-18)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ performs Docker layer caching for built images but does not cache pulled images.

```yaml
- name: Cache Docker images.
uses: ScribeMD/[email protected].2
uses: ScribeMD/[email protected].3
with:
key: docker-${{ runner.os }}-${{ hashFiles(...) }}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-cache",
"version": "0.2.2",
"version": "0.2.3",
"description": "Cache Docker Images Whether Built or Pulled",
"homepage": "https://github.com/ScribeMD/docker-cache#readme",
"main": "dist/main/index.js",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool]
[tool.commitizen]
version = "0.2.2"
version = "0.2.3"
version_files = [
"package.json:version",
"pyproject.toml:version",
Expand All @@ -13,7 +13,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "docker-cache"
version = "0.2.2"
version = "0.2.3"
description = "Cache Docker Images Whether Built or Pulled"
authors = ["Kurt von Laven <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f0e9e94

Please sign in to comment.