You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when I try to release, when it gets to the custom releaseStepTask, it seems to be doing a plain publish rather than publish in Docker. My evidence is that the process is failing to authenticate to my Artifactory host rather my docker host. Also, my team has other single-project builds that are successfully using the above custom releaseProcess to publish to Docker.
Is there an obvious problem with how I am doing this? Or is this a bug/non-feature?
Other things I've tried include:
Defining the releaseProcess in each of the sub-project settings
Defining it in the root project settings
Defining it as ThisBuild / releaseProcess
The text was updated successfully, but these errors were encountered:
I have a multi-project build with a root project that aggregates all the sub-projects. In two of the subprojects I want to publish a docker image.
I have defined this custom release process at the root of
build.sbt
:However, when I try to release, when it gets to the custom releaseStepTask, it seems to be doing a plain
publish
rather thanpublish in Docker
. My evidence is that the process is failing to authenticate to my Artifactory host rather my docker host. Also, my team has other single-project builds that are successfully using the above custom releaseProcess to publish to Docker.Is there an obvious problem with how I am doing this? Or is this a bug/non-feature?
Other things I've tried include:
releaseProcess
in each of the sub-project settingsThisBuild / releaseProcess
The text was updated successfully, but these errors were encountered: