Hi I see you have pushed a ‘latest’ tag for drone-convert-starlark/ 4 days ago
shouldn’t this also have a version otherwise it’s impossible to use that specific version without risking getting upgraded when you push another one?
Hi I see you have pushed a ‘latest’ tag for drone-convert-starlark/ 4 days ago
shouldn’t this also have a version otherwise it’s impossible to use that specific version without risking getting upgraded when you push another one?
We do not tag new versions for every commit. We bundle commits and periodically create releases. The last tagged release was 1.1.0-beta.1. If you need recent changes you would either use the next tagged release (when it becomes available) or build your own image from source to pin to a specific sha.
ah ok fair enough if you push every commit - “latest” becomes bleeding edge