-
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
Don't push all tags when sha256 builds just one #1634
Conversation
3e7e1d7
to
7a14368
Compare
Codecov Report
@@ Coverage Diff @@
## master #1634 +/- ##
==========================================
+ Coverage 46.9% 46.95% +0.05%
==========================================
Files 119 119
Lines 5134 5139 +5
==========================================
+ Hits 2408 2413 +5
Misses 2478 2478
Partials 248 248
Continue to review full report at Codecov.
|
@michaelfig Could you create a ticket with a procedure to reproduce? I couldn't reproduce the issue here. |
@dgageot working on finding a simple example for a new issue. |
I don't yet know how to describe the problem, except for that sha256 sends thousands of pushes if you use it with an image that doesn't have its own tag.
Forcing the tag to
:skaffold
(:latest
would work, too) makes it behave properly.