http://bentasker.i2p/posts/blog/general/playing-with-woodpecker-ci.html
While that reduces cardinality growth, doing so also increases the potential for collision if two CI jobs run at the same time. However, there are probably still enough distinguishing tags left, including: container_image : the image being used by that step (e.g. woodpeckerci/plugin-docker-buildx ) wp_step : The name given to the step in YAML (e.g. publish ) For a collision to occur, CI would need to be running exactly the same container image, with exactly the same step name in two...