-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
"skaffold deploy" should not run build before #1352
Comments
Any update? |
I'm sorry for referencing this problem in my project, I don't know this will refer to this issue when I include the url of this issue on my commit message. My stupid |
I'm having problems with this too. It breaks my pipeline.
Deploy rebuilding the images (and pushing them again) invalidates my previous tests |
@ahmadnurus sorry for the radio silence here. this is something we've been discussing the best way to address for a few months now, and have plans to tackle this quarter. in it's current form |
hmm i can add this as another task to verify when fixing #922 |
This is fixed as part of #922 |
After upgrading skaffold to v0.19.0
skaffold deploy
run build beforeExpected behavior
when run
skaffold deploy
it should deploy without running build before. like v0.18.0Actual behavior
In skaffold v0.19.0
skaffold deploy
run build before deployInformation
The text was updated successfully, but these errors were encountered: