Skip to content

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

v5.5.0

09 Sep 02:43

Choose a tag to compare

  • Support setting custom stages image name (stages_image_name input). Useful if you are using a job matrix. (Close #66) (Thanks @ylavoie)

v5.4.1

14 Aug 13:15
33d15d2

Choose a tag to compare

  • Revert #59 as jq is not always present

v5.4.0

05 Aug 21:27
3d38f09

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

Choose a tag to compare

v5.3.2

14 May 01:30

Choose a tag to compare

  • Fix condition to avoid word splitting in [] operator

v5.3.1

14 May 00:56
848481a

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

Choose a tag to compare

  • Test a command before pushing (Close #37)

v5.2.0

10 May 19:10
c93e73e

Choose a tag to compare

  • Output full image name

v5.1.0

22 May 10:57

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

Choose a tag to compare

  • Fix 401 error (Close #30) Thanks @ivosequeros