Skip to content

Releases: whoan/docker-build-with-cache-action

v5.4.1

14 Aug 13:15
33d15d2
Compare
Choose a tag to compare
  • Revert #59 as jq is not always present

v5.4.0

05 Aug 21:27
3d38f09
Compare
Choose a tag to compare
  • Allow pushing (through push_image_and_stages) according to event that triggered the workflow (on:push or on:pull_request)
  • Check code with ShellCheck. Thanks @asbjornu
  • Add support for GCR subdomains (like us.gcr.io). Thanks @gabe565

v5.3.3

15 May 01:20
5dcf4c9
Compare
Choose a tag to compare

v5.3.2

14 May 01:30
Compare
Choose a tag to compare
  • Fix condition to avoid word splitting in [] operator

v5.3.1

14 May 00:56
848481a
Compare
Choose a tag to compare
  • The action will fail if $push_image_and_stages fails (if different than false) (#40 Thanks @NullableInt)
  • Set namespace in lower case as capitals are not allowed (#41 Thanks @NullableInt)

v5.3.0

10 May 20:08
8649a8d
Compare
Choose a tag to compare
  • Test a command before pushing (Close #37)

v5.2.0

10 May 19:10
c93e73e
Compare
Choose a tag to compare
  • Output full image name

v5.1.0

22 May 10:57
Compare
Choose a tag to compare
  • You don't need to provide the namespace of the image anymore (ie: only the image name) for the most popular registries (see examples)

v5.0.1

17 Apr 12:06
0424f3e
Compare
Choose a tag to compare
  • Fix 401 error (Close #30) Thanks @ivosequeros

v5.0.0

17 Apr 00:50
Compare
Choose a tag to compare
  • Add support to AWS ECR (Close #15)