Skip to content

Releases: bcgov/action-builder-ghcr

v2.0.0

26 Oct 00:51
fe41d1a
Compare
Choose a tag to compare

Release v2 is out!

Breaking Changes

  • outputs.build = true|false have been replaced with outputs.digest, which is far more useful

What's Changed

  • feat: code changes to return image digest as output by @mishraomp in #36
  • chore: updated docs for the new addition of returning image digests. by @mishraomp in #37

New Contributors

Full Changelog: v1.3.0...v2.0.0

v1.3.0

06 Oct 03:16
f716b05
Compare
Choose a tag to compare

New Features

  • keep_versions deletes older GHCR containers, keeping the specified number
  • keep_regex automatically keeps test and prod tags, but can be overridden
  • build_file can be omitted if in the build_context folder
  • token can be omitted if using the default github.token

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

13 Sep 18:19
e094155
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.2.0

27 Jul 15:46
da8f1ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.2.0

v1.1.2

06 Jun 22:12
5821d79
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

19 May 02:49
0ba3a30
Compare
Choose a tag to compare

What's Changed

Bug fix for perfectly good tag_fallbacks being rejected:

Full Changelog: v1.1.0...v1.1.1

v1.1.0

15 Feb 17:34
a9f54eb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

16 Jan 21:10
0adde32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v1.0.0

v0.0.2

15 Nov 02:27
f500803
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • Fixed an input handling bug.
  • Send only lowercase tags to docker/build-push-action@v3

v0.0.1

10 Nov 01:35
5ed577f
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial release.