Releases: hashicorp/actions-docker-build
Releases · hashicorp/actions-docker-build
v2
v1.6.1
Now that Redhat supports multi-arch images, we suggest product teams do UBI
builds in one step (tagging both for dockerhub
and quay.io
).
This release removes the current exclusive or between dockerhub
/AWS
tags and quay.io
tags from the variable check script.
v1.6.0
Added Windows Docker build support
v1.5.2
v1.5.1
v1.3.5
v1.3.4
- add context to version label validation by @alvin-huang in #26
v1.3.3
[RELENG-20] validate version label is set in built image by @alvin-huang in #25
v1.3.1
Handles enterprise version correctly: if there's already version metadata supplied, it is used as-is rather than appending another +ent
to the end.
v1.2.0
- Fixing issue with docker buildx targeting arm cpus from amd64 host
- Add capability to run docker images smoke test in CI