Releases: whoan/docker-build-with-cache-action
Releases · whoan/docker-build-with-cache-action
v5.4.1
- Revert #59 as
jq
is not always present
v5.4.0
v5.3.3
- Allow passing AWS_SESSION_TOKEN (Close #43) Thanks @bubenkoff
v5.3.2
- Fix condition to avoid word splitting in
[]
operator
v5.3.1
- The action will fail if
$push_image_and_stages
fails (if different thanfalse
) (#40 Thanks @NullableInt) - Set namespace in lower case as capitals are not allowed (#41 Thanks @NullableInt)
v5.3.0
- Test a command before pushing (Close #37)
v5.2.0
- Output full image name
v5.1.0
- 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
- Fix 401 error (Close #30) Thanks @ivosequeros
v5.0.0
- Add support to AWS ECR (Close #15)