Closed
Description
Hey,
using github.com/docker/buildx v0.6.3 266c0ea
can't seem to multiple tag a buildx build. i must result to either using --amend. or getting manifest digests from inspecting the manifest and creating a new one using digests.
i have a build farm with a amd64 instance and arm64.
the command is:
docker buildx build --pull \
--label GIT_REVISION={git_rev} \
--platform {platforms} \
--tag {image_tag} \
-f {path_to_base_docker_file} \
--push {path_to_temp_folder} \
--tag {latest_tag_string}
the command doesn't fail but endpoint/repo:v1 is there on dockerhub but endpoint/repo:latest is not.
regards, Lior.