Releases: opensciencegrid/push-container-action
Releases · opensciencegrid/push-container-action
v0.8.0
What's Changed
- [SOFTWARE-5318] Add image_name input variable to container actions by @AidenCohen31 in #8
- Added bugfix by @AidenCohen31 in #9
New Contributors
- @AidenCohen31 made their first contribution in #8
Full Changelog: v0.7.1...v0.8.0
Fix formatting issue with empty input strings
Full Changelog: v0.7.0...v0.7.1
Add timestamp_tag option
What's Changed
- Add timestamp tag build arg (SOFTWARE-5133) by @brianhlin in #6
Full Changelog: v0.6.1...v0.7.0
Fix issue with duplicate 'opensciencegrid/' prefixes in the image name
Allow users to specify the container name
This release allows users of this action to specify the image name. For example:
- uses: opensciencegrid/[email protected]
with:
name: opensciencegrid/pki-tools
repo: release
osg_series: 3.6
registry_url: docker.io
registry_user: ${{ secrets.REGISTRY_USERNAME }}
registry_pass: ${{ secrets.REGISTRY_OSG_HARBOR_ROBOT_PASSWORD }}
Add deprecated tags
For the 3.5 series tags, add repo (e.g., release) and repo-timestamp tags (e.g., release-20220228-1606)
Add missing double quote
v0.4.3 Add missing double quote
Prefix tags with the specified registry URL
v0.4.2 Ensure that the registry is specified in the tag
Fix tag list generation
v0.4.1 Fix tag list generation
Add build context option; remove tag_list option
- Added a
contextoption for users to specify the build context and updated the cache string to matchopensciencegrid/build-container-action - Removed
tag_listoption