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
I'm currently using the nx-container generator to build Docker images out of my apps in my repo.
The "container" generator uses the build generator, originally provided by nx. It requires to run build, and tests, and linting...etc.
That being said, the building is cached thru DTE, and works accordingly. However, the cache isn't uploaded to the CI, and thus the Dockerfile, when fetching the /.next folder, can't find it since the build was cached and thus not executed.
Is there a way to upload the cached results, or not?
The text was updated successfully, but these errors were encountered:
I'm not exactly sure if it's a bug or not.
I'm currently using the nx-container generator to build Docker images out of my apps in my repo.
The "container" generator uses the build generator, originally provided by nx. It requires to run build, and tests, and linting...etc.
That being said, the building is cached thru DTE, and works accordingly. However, the cache isn't uploaded to the CI, and thus the Dockerfile, when fetching the /.next folder, can't find it since the build was cached and thus not executed.
Is there a way to upload the cached results, or not?
The text was updated successfully, but these errors were encountered: