Skip to content

Releases: hathitrust/github_actions

v1.7.2

08 Jul 14:56
65904ea

Choose a tag to compare

What's Changed

  • Added the Target parameter and updated the Build-Arg description by @Ronster2018 in #14

Full Changelog: v1...v1.7.2

v1.7.1

07 May 16:28
2f34a76

Choose a tag to compare

What's Changed

  • Added pull arg to always try and pull the referenced images in a dockerfile. by @Ronster2018 in #13

Full Changelog: v1.7.0...v1.7.1

v1.7.0

11 Apr 15:21
73626d9

Choose a tag to compare

What's Changed

  • Added an action to scan an image via Trivy and output those result to an open PR in that repository.

Full Changelog: v1.6.0...v1.7.0

v1.6.0

09 Oct 16:35
30163e9

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

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

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

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

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

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

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