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
ref nx-container https://github.com/gperdomor/nx-tools/blob/main/packages/nx-container/docs/inputs.md
Note: For list values use a comma-delimited string, like INPUT_TAGS=user/app:v1,user/app:latest
INPUT_TAGS=user/app:v1,user/app:latest
This doesn’t appear to work. Following the example there:
INPUT_TAGS=user/app:v1,user/app:latest nx container api
The resulting docker build command only has a single tag --tag api:user-app-latest
--tag api:user-app-latest
I would expect it to have to tags, like --tag api:user-app-v1 --tag=api:user-app-latest
--tag api:user-app-v1 --tag=api:user-app-latest
The text was updated successfully, but these errors were encountered:
This is a duplicate of #356 but in summary, if you want to use metadata and override the tags using environment variables please check this https://github.com/gperdomor/nx-tools/blob/main/packages/nx-container/TROUBLESHOOTING.md#inline-execution
Sorry, something went wrong.
No branches or pull requests
ref nx-container https://github.com/gperdomor/nx-tools/blob/main/packages/nx-container/docs/inputs.md
This doesn’t appear to work. Following the example there:
INPUT_TAGS=user/app:v1,user/app:latest nx container api
The resulting docker build command only has a single tag
--tag api:user-app-latest
I would expect it to have to tags, like
--tag api:user-app-v1 --tag=api:user-app-latest
The text was updated successfully, but these errors were encountered: