You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: