Skip to content

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

v5.11.0

13 Feb 06:16
Compare
Choose a tag to compare
  • Add JSON format for build_extra_args to support spaces and newlines. (Close #91)

v5.10.0

02 Feb 03:46
118708c
Compare
Choose a tag to compare

v5.9.2

30 Jan 01:02
a7389e9
Compare
Choose a tag to compare
  • Fix regex to get service name when an image has a name equal to the prefix of another image. (Close #87)

v5.9.1

29 Jan 01:38
89417be
Compare
Choose a tag to compare
  • Fix yaml parser. Close #86

v5.9.0

02 Jan 18:23
Compare
Choose a tag to compare
  • Support AWS ECR Public registry (Close #79)

v5.8.1

28 Dec 17:25
Compare
Choose a tag to compare
  • Fix compose file usage with non-default registries

v5.8.0

26 Dec 14:15
Compare
Choose a tag to compare
  • Support building from a docker compose file (Close #70)

v5.7.0

03 Oct 12:59
99ae294
Compare
Choose a tag to compare
  • Use existent AWS ECR credentials if you used aws-actions/configure-aws-credentials in a previous step. Close #74

v5.6.0

13 Sep 22:41
Compare
Choose a tag to compare
  • Add support to new GitHub Registry (ghcr.io)

v5.5.0

09 Sep 02:43
Compare
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)