This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
Releases: Pararius/gcr-deploy
Releases · Pararius/gcr-deploy
v1.2.1
What's Changed
- Add CODEOWNERS by @drsherluck in #6
- NPM dependency updates by @tun0 in #8
New Contributors
- @drsherluck made their first contribution in #6
- @tun0 made their first contribution in #8
Full Changelog: v1.2.0...v1.2.1
v1.2.0
v1.1.1 (Pre-release)
Fixed a weird typo that got introduced somehow.
v1.1.0 (Pre-release)
This release introduces the option to do a digest check (enabled by default).
This will make the Action compare the Docker image digest of a locally built image with the "latest" image from the GCR repository. By default it will look for the latest
tag, but this name can be changed if you use something else to identify a latest image with.
v1.0.0
v0.3 (Alpha)
Changelog:
- Fixes the check if an image needs to be tagged as latest
v0.2 (Alpha)
Changelog:
- When taging as latest, the confirmation dialog should now be suppressed/default to yes