Skip to content

Releases: hathitrust/github_actions

v1.6.0

09 Oct 16:35
30163e9
Compare
Choose a tag to compare

What's Changed

  • Added 2 new actions: Deploy and Image-Update

  • Updated the Build action so that it returns the full GHCR.io package resource URL as an output for upstream jobs to utilize. This is a non-breaking change.

  • Dev 1150 by @Ronster2018 in #9

Full Changelog: v1.5.1...v1.6.0

v1.5.1

31 May 17:53
616bb25
Compare
Choose a tag to compare
  • Update docker login-action version

Full Changelog: v1.5.0...v1.5.1

v1.5.0

26 Mar 14:59
698981d
Compare
Choose a tag to compare

What's Changed

  • Action updates by @Ronster2018 in #8
  • Updated the tag-release job to pull from an existing container manifest and copy the image to a separate container registry instead of rebuilding it. This job is backwards compatible and does not break existing jobs.

Full Changelog: v1.4.0...v1.5.0

v1.4.0

13 Mar 20:40
8e3aed9
Compare
Choose a tag to compare

What's Changed

Added several feature enhancements:

  • Default multi-platform support for amd64 and arm64 docker images.
  • Updated versions for actions/checkout, actions/github-script, and docker/login-action
  • Added img_tag field to separate github tags and container image tags.
  • Added a core output for the id:latest_push. This way, if it's not the latest, we default to unstable while preserving the ability to add tags to the docker image as needed.
  • Moved logic from the template build.yml file to this shared action.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

11 Nov 15:41
91562fe
Compare
Choose a tag to compare

What's Changed

  • Add option for checking out submodules when building by @aelkiss in #6

Full Changelog: v1.2.2...v1.3.0

v1.2.2

02 Nov 21:29
Compare
Choose a tag to compare
  • Update dependencies to avoid deprecations

Full Changelog: v1.2.0...v1.2.2

v1.2.0

02 Sep 15:19
eefc99a
Compare
Choose a tag to compare

What's Changed

  • Wait for image to exist before tagging by @aelkiss in #4

Full Changelog: v1...v1.2.0

v1.1.2

22 Apr 19:36
a537d87
Compare
Choose a tag to compare

What's Changed

  • Checkout desired ref before rev-parse by @aelkiss in #3

Full Changelog: v1...v1.1.2

v1.1.0

22 Apr 18:39
bcb2fb5
Compare
Choose a tag to compare

What's Changed

  • Allow pushing 'latest' on build by @aelkiss in #2

Full Changelog: v1...v1.1.0

v1.0.1

22 Apr 16:30
Compare
Choose a tag to compare

Reference validate-tag@v1

Full Changelog: v1.0.0...v1.0.1