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
docker tag management #32
Comments
|
The proposal I have is to only update |
|
Solved via #42, every push to master will generally only write |

@tboerger
Could I ask to not override the exist tag when run a new build?
https://github.com/drone-plugins/drone-downstream/blob/master/.drone.yml#L62
I recently got error with this plugins.
And I found there is a new docker push 12 days before.
Could you please add a new tag and push the docker image with build number, such as
1.0.<build_number>? So we can easily trace the docker image tag, when we have issue with it?I think the same fix should be deployed to all other plungin as well.
The text was updated successfully, but these errors were encountered: