Skip to content

Releases: opensciencegrid/push-container-action

v0.8.0

09 Jan 16:22
9845868

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.8.0

Fix formatting issue with empty input strings

21 Apr 18:53

Choose a tag to compare

Add timestamp_tag option

19 Apr 17:29
b8ccda7

Choose a tag to compare

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

18 Apr 16:17

Choose a tag to compare

Allow users to specify the container name

04 Apr 16:13
72e5967

Choose a tag to compare

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

28 Feb 22:07
c1d6d78

Choose a tag to compare

For the 3.5 series tags, add repo (e.g., release) and repo-timestamp tags (e.g., release-20220228-1606)

https://opensciencegrid.atlassian.net/browse/SOFTWARE-5011

Add missing double quote

18 Jan 20:08

Choose a tag to compare

v0.4.3

Add missing double quote

Prefix tags with the specified registry URL

18 Jan 19:54

Choose a tag to compare

v0.4.2

Ensure that the registry is specified in the tag

Fix tag list generation

18 Jan 19:28

Choose a tag to compare

v0.4.1

Fix tag list generation

Add build context option; remove tag_list option

18 Jan 19:03

Choose a tag to compare

  • Added a context option for users to specify the build context and updated the cache string to match opensciencegrid/build-container-action
  • Removed tag_listoption