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
It would be great to be able to set the --annotation flag value in DockerBuildXBuildSettings.
--annotation
DockerBuildXBuildSettings
See GHCR recommendations at https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#adding-a-description-to-multi-arch-images.
See the flag description at https://docs.docker.com/reference/cli/docker/buildx/build/#annotation.
The current model of DockerBuildXBuildSettings at https://cakebuild.net/api/Cake.Docker/DockerBuildXBuildSettings/.
The text was updated successfully, but these errors were encountered:
Closes #116 Adds Annotation argument to BuildXBuildSettings
d88c0a3
Released in 1.4.0-beta.1, can you give it a try?
Sorry, something went wrong.
MihaMarkic
No branches or pull requests
Summary
It would be great to be able to set the
--annotation
flag value inDockerBuildXBuildSettings
.Context
See GHCR recommendations at https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#adding-a-description-to-multi-arch-images.
See the flag description at https://docs.docker.com/reference/cli/docker/buildx/build/#annotation.
The current model of
DockerBuildXBuildSettings
at https://cakebuild.net/api/Cake.Docker/DockerBuildXBuildSettings/.The text was updated successfully, but these errors were encountered: