Skip to content

multiple tags using -t --tag not working #799

Closed
@eliorm32

Description

@eliorm32

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions