Releases: opensciencegrid/build-container-action
Releases · opensciencegrid/build-container-action
v0.7.0
- Add support for
platform
argument
v0.6.1
What's Changed
- Fix image name bug for the default context by @brianhlin in #10
Full Changelog: v0.6.0...v0.6.1
v0.6.0
v0.5.0
What's Changed
- [SOFWARE-5318] Add image_name input variable to build container action by @AidenCohen31 in #7
- Update OSG container actions to automatically generate the TIMESTAMP_TAG build variable [SOFTWARE-5317] by @AidenCohen31 in #8
- Update versions of external container actions
- Add the ability to disable image caching (SOFTWARE-5013)
- Add the ability to optionally push images (SOFTWARE-5013)
- Add
base_os
input arg - Add
image-list
andtimestamp-image
outputs
New Contributors
- @AidenCohen31 made their first contribution in #7
Full Changelog: v0.4.1...v0.5.0
Fix cache name
Full Changelog: v0.4.0...v0.4.1
Add timestamp_tag option
What's Changed
- Add timestamp tag build arg (SOFTWARE-5133) by @brianhlin in #4
Full Changelog: v0.3.1...v0.4.0
Retain dashes in the image name in the cache
Use _
as the field separator instead
Add context input; remove tag_list input
- Allow users to specify the directory
context
containing image contents - Remove the
tag_list
input as the buildx cache can serve the same purpose
Fix cache generation for release series specific images
v0.2.1 Fixup reference to input variable