Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Releases: Pararius/gcr-deploy

v1.2.1

28 Dec 07:43
028a272
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

08 Jan 11:34
Compare
Choose a tag to compare

Implemented digest checking before pushing release

v1.1.1 (Pre-release)

20 Dec 16:46
Compare
Choose a tag to compare
v1.1.1 (Pre-release) Pre-release
Pre-release

Fixed a weird typo that got introduced somehow.

v1.1.0 (Pre-release)

20 Dec 16:21
Compare
Choose a tag to compare
v1.1.0 (Pre-release) Pre-release
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

18 Dec 10:47
Compare
Choose a tag to compare

The first stable release. The action has been tested with several combinations of settings and seems to be working as intended.

v0.3 (Alpha)

18 Dec 09:29
Compare
Choose a tag to compare

Changelog:

  • Fixes the check if an image needs to be tagged as latest

v0.2 (Alpha)

17 Dec 16:40
Compare
Choose a tag to compare

Changelog:

  • When taging as latest, the confirmation dialog should now be suppressed/default to yes

v0.1

17 Dec 15:22
Compare
Choose a tag to compare

First release of the action, alpha release that still requires extensive testing.