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
When using fox publish after a dependency in go.mod has been updated no new image is created or deployed to the K8s cluster.
fox publish
go.mod
A change in dependencies should create a new image of the application code in order to be deployed to K8s.
0.9.2
No response
The text was updated successfully, but these errors were encountered:
Work around for this until fixed is to provide the --force flag which will cause components to be rebuilt.
--force
fox publish --force
Sorry, something went wrong.
xadhatter
No branches or pull requests
What happened?
When using
fox publish
after a dependency ingo.mod
has been updated no new image is created or deployed to the K8s cluster.What should have happened?
A change in dependencies should create a new image of the application code in order to be deployed to K8s.
Steps to reproduce the issue.
fox publish
which produces no new imagesVersion
0.9.2
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: