Skip to content

Commit 5b473a8

Browse files
committed
bump: version 4.2.3 → 4.2.4
1 parent 76f9992 commit 5b473a8

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ commitizen:
44
name: cz_conventional_commits
55
tag_format: v$version
66
update_changelog_on_bump: true
7-
version: 4.2.3
7+
version: 4.2.4
88
version_files:
99
- README.md
1010
version_scheme: semver

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v4.2.4 (2025-02-01)
2+
3+
### Fix
4+
5+
- **docker-build**: fix build-cache validation (#61)
6+
17
## v4.2.3 (2025-02-01)
28

39
### Refactor

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ GitHub action for using a matrix strategy to distribute the build for
6161
```yml
6262
jobs:
6363
main:
64-
uses: coatl-dev/workflows/.github/workflows/docker-build-push-multi-platform.yml@v4.2.3
64+
uses: coatl-dev/workflows/.github/workflows/docker-build-push-multi-platform.yml@v4.2.4
6565
with:
6666
registry-image: user/app
6767
metadata-tags: |
@@ -114,7 +114,7 @@ GitHub action for using a matrix strategy to distribute the build for
114114
```yml
115115
jobs:
116116
main:
117-
uses: coatl-dev/workflows/.github/workflows/docker-build-push-multi-registry.yml@v4.2.3
117+
uses: coatl-dev/workflows/.github/workflows/docker-build-push-multi-registry.yml@v4.2.4
118118
with:
119119
dockerhub-repo: user/app
120120
dockerhub-username: ${{ vars.DOCKERHUB_USERNAME }}
@@ -174,7 +174,7 @@ on:
174174
175175
jobs:
176176
pip-compile-upgrade:
177-
uses: coatl-dev/workflows/.github/workflows/pip-compile-upgrade.yml@v4.2.3
177+
uses: coatl-dev/workflows/.github/workflows/pip-compile-upgrade.yml@v4.2.4
178178
with:
179179
path: requirements.txt
180180
secrets:
@@ -225,7 +225,7 @@ on:
225225
226226
jobs:
227227
pre-commit-autoupdate:
228-
uses: coatl-dev/workflows/.github/workflows/pre-commit-autoupdate.yml@v4.2.3
228+
uses: coatl-dev/workflows/.github/workflows/pre-commit-autoupdate.yml@v4.2.4
229229
with:
230230
skip-repos: 'flake8'
231231
secrets:
@@ -250,7 +250,7 @@ to install Python and invoke [`pre-commit`].
250250
```yaml
251251
jobs:
252252
main:
253-
uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@v4.2.3
253+
uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@v4.2.4
254254
with:
255255
skip-hooks: 'pylint'
256256
```
@@ -269,7 +269,7 @@ This workflow will install Python and invoke `pylint` to analyze your code.
269269
```yaml
270270
jobs:
271271
main:
272-
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v4.2.3
272+
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v4.2.4
273273
with:
274274
path: src
275275
```
@@ -305,7 +305,7 @@ Secrets:
305305
```yaml
306306
jobs:
307307
main:
308-
uses: coatl-dev/workflows/.github/workflows/pypi-upload.yml@v4.2.3
308+
uses: coatl-dev/workflows/.github/workflows/pypi-upload.yml@v4.2.4
309309
with:
310310
python-version: '2.7'
311311
secrets:
@@ -333,7 +333,7 @@ requires =
333333
```yaml
334334
jobs:
335335
main:
336-
uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@v4.2.3
336+
uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@v4.2.4
337337
```
338338

339339
### .github/workflows/tox-envs.yml
@@ -365,7 +365,7 @@ requires =
365365
```yaml
366366
jobs:
367367
main:
368-
uses: coatl-dev/workflows/.github/workflows/tox-envs.yml@v4.2.3
368+
uses: coatl-dev/workflows/.github/workflows/tox-envs.yml@v4.2.4
369369
with:
370370
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
371371
```
@@ -402,7 +402,7 @@ and on your workflow:
402402
```yaml
403403
jobs:
404404
main:
405-
uses: coatl-dev/workflows/.github/workflows/tox-gh.yml@v4.2.3
405+
uses: coatl-dev/workflows/.github/workflows/tox-gh.yml@v4.2.4
406406
with:
407407
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
408408
```
@@ -417,7 +417,7 @@ This workflow will install Python and invoke `tox` to run all envs found in
417417
```yaml
418418
jobs:
419419
main:
420-
uses: coatl-dev/workflows/.github/workflows/tox.yml@v4.2.3
420+
uses: coatl-dev/workflows/.github/workflows/tox.yml@v4.2.4
421421
```
422422

423423
[`actions/setup-python`]: https://github.com/actions/setup-python

0 commit comments

Comments
 (0)