We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can the --target parameter be specified multiple times? accept multiple targets?
--target
I am looking to build multi-arch image with specific tag but also would like option to push :latest as well at the same time?
:latest
The text was updated successfully, but these errors were encountered:
I'm building with:
$ ./manifest-tool --username "${CI_REGISTRY_USER}" --password "${CI_REGISTRY_PASSWORD}" push from-args --platforms linux/amd64,linux/arm64 --template ${IMAGE_NAME}-ARCH:${DOCKER_TAG} --tags ${DOCKER_TAG},latest --target ${IMAGE_NAME}:${DOCKER_TAG}
but it seems that even though I'm "tagging with the tag and latest" it's only pushing one with the tag.
Sorry, something went wrong.
No branches or pull requests
Can the
--target
parameter be specified multiple times? accept multiple targets?I am looking to build multi-arch image with specific tag but also would like option to push
:latest
as well at the same time?The text was updated successfully, but these errors were encountered: