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
Hi guys,
is there a way to specify that we only want to publish the latest image.
latest
We use dockerUpdateLatest = true and we do not change version numbers using sbt.
dockerUpdateLatest = true
That means that our published images will always have the latest and 1.0 tags. We only want to publish the latest one.
1.0
Is there a way to specify which images to publish by tag?
The text was updated successfully, but these errors were encountered:
Thanks for your question @sambokai
You can override the dockerAliases setting and only add what you need. For more information see the DockerPlugin documentation
dockerAliases
Sorry, something went wrong.
No branches or pull requests
Hi guys,
is there a way to specify that we only want to publish the
latest
image.We use
dockerUpdateLatest = true
and we do not change version numbers using sbt.That means that our published images will always have the
latest
and1.0
tags.We only want to publish the
latest
one.Is there a way to specify which images to publish by tag?
The text was updated successfully, but these errors were encountered: