Releases: akhilerm/tag-push-action
Releases · akhilerm/tag-push-action
v2.2.0
Highlights
- update to nodejs 20
What's Changed
- Bump prettier from 2.4.1 to 3.1.0 by @dependabot in #343
- Bump jest-circus from 27.5.1 to 29.7.0 by @dependabot in #320
- Bump eslint-plugin-jest from 27.1.4 to 27.6.0 by @dependabot in #340
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #296
- Bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #345
- Bump @typescript-eslint/parser from 5.42.1 to 5.62.0 by @dependabot in #347
- Bump eslint-plugin-prettier from 4.2.1 to 5.1.2 by @dependabot in #358
- Bump @types/node from 16.18.3 to 20.10.5 by @dependabot in #355
Full Changelog: v2.1.0...v2.2.0
v2.1.0
- update action to use nodejs 16
- update various dependencies as listed by dependabot
Thank you @saniales, @shahulsonhal for your contribution.
v2.0.0
- use crane instead of containerd for pushing images
v1.1.0
- make docker config configurable to work on custom github action runners
- use hostnetwork by default to access images in local registries
v1.0.0
- add support to retag multiplatform images
- add support for multiple registries
- add nil check for source and destination registries
- make use of docker-meta tag generation