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
Native-packager supports two options to publish docker image tags.
tag
dockerAlias
None
dockerBuildOptions
See this gitter discussion
We should do two things
// publish all tags dockerAlias := dockerAlias.value.copy(tag = None)
dockerAliases
The text was updated successfully, but these errors were encountered:
already implemented
Sorry, something went wrong.
No branches or pull requests
Native-packager supports two options to publish docker image tags.
tag
indockerAlias
tag
indockerAlias
isNone
and thedockerBuildOptions
contain more than one tagSee this gitter discussion
We should do two things
dockerAliases
setting where additional aliases can be defined like sbt-docker custom images.The text was updated successfully, but these errors were encountered: