rancherlabs / drone-plugin-fossa

Drone plugin for FOSSA
https://plugins.drone.io/plugins/plugin-fossa
Apache License 2.0
4 stars 1 forks source link

Fix .drone.yml for pushing on Docker tags #6

Open oxr463 opened 2 years ago

oxr463 commented 2 years ago

See: https://github.com/rancherlabs/drone-plugin-fossa/blob/main/.drone.yml#L34

oxr463 commented 2 years ago

We should create a tagging strategy that tracks upstream releases, e.g., https://github.com/fossas/fossa-cli/releases/tag/v3.3.0

Similar to how RKE does it with Kubernetes releases: https://github.com/rancher/rke/releases/tag/v1.3.11

Example tag: 0.0.1-3.3.0 (latest)

The latest image should always point to the newest version of the plugin.