Releases: bcgov/action-builder-ghcr
Releases · bcgov/action-builder-ghcr
v2.0.0
Release v2 is out!
Breaking Changes
outputs.build = true|false
have been replaced withoutputs.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
- @mishraomp made their first contribution in #36
Full Changelog: v1.3.0...v2.0.0
v1.3.0
New Features
keep_versions
deletes older GHCR containers, keeping the specified numberkeep_regex
automatically keepstest
andprod
tags, but can be overriddenbuild_file
can be omitted if in thebuild_context
foldertoken
can be omitted if using the defaultgithub.token
What's Changed
- feat: make token optional, allow inherit by @DerekRoberts in #31
- fix: pr close by @DerekRoberts in #32
- feat: ghcr cleanup w/ keep_versions and keep_regex by @DerekRoberts in #33
- feat: parameters, cleanup and codeowners by @DerekRoberts in #34
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- Configure Renovate by @bcgov-devops in #23
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #25
- build(deps): bump docker/build-push-action from 4 to 5 by @dependabot in #27
- build(deps): bump docker/login-action from 2 to 3 by @dependabot in #26
- build(deps): bump docker/setup-buildx-action from 2 to 3 by @dependabot in #28
- bug: disable buildx provenance by @DerekRoberts in #29
- ci: disable Dependabot, using Renovate by @DerekRoberts in #30
New Contributors
- @bcgov-devops made their first contribution in #23
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- feat: adding build args optional parameter by @paulushcgcj in #22
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- feat: better handling of fallback not existing by @pauldaustin in #19
- feat: tag_fallback error grepping and flatten conditionals by @DerekRoberts in #21
New Contributors
- @pauldaustin made their first contribution in #19
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
Bug fix for perfectly good tag_fallbacks being rejected:
- Use docker buildx imagetools to check tag_fallback by @DerekRoberts in #18
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Feat: add build_file parameter by @DerekRoberts in #15
- Docs: build_context by @DerekRoberts in #11
- Bump docker/build-push-action from 3 to 4 by @dependabot in #12
New Contributors
- @dependabot made their first contribution in #12
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Readme (remove acknowledgement) by @DerekRoberts in #8
- feat: adding build_context parameter by @paulushcgcj in #10
New Contributors
- @paulushcgcj made their first contribution in #10
Full Changelog: v0.0.2...v1.0.0
v0.0.2
- Fixed an input handling bug.
- Send only lowercase tags to docker/build-push-action@v3
v0.0.1
Initial release.