attack_range icon indicating copy to clipboard operation
attack_range copied to clipboard

Missing tags on dockerhub - only available is "latest"

Open mkolasinski-splunk opened this issue 1 year ago • 1 comments

Currently docker image is always pushed with single tag - latest: https://hub.docker.com/r/splunk/attack_range/tags https://github.com/splunk/attack_range/blob/develop/.github/workflows/publish-docker-image.yml#L38 This is not enough if user wants to pin particular image version.

I would like to refactor CI to build, publish and push docker image to dockerhub in single workflow, based on semantic versioning. Let me know what are your thoughts on this idea.

mkolasinski-splunk avatar Jun 06 '23 14:06 mkolasinski-splunk

Yes I think this is a good idea. Then we also need to change our workflow of tagging and releasing a Attack Range version in a regular base.

P4T12ICK avatar Jun 26 '23 10:06 P4T12ICK