Closed
Description
I have target like:
target "fpm-73" {
...
tags = ["repo/php:7.3-fpm", "repo/php:7.3-fpm-latest"]
}
I'm getting Minor version outside of docker-bake.hcl
, e.g. 7.3.27
so I'd like to append a tag to the target tags:
docker buildx bake --print --pull --push --set fpm-73.tags=repo/php:7.3.27
Now with that ^^ the tags list from hcl file gets overriden totally.