center-for-threat-informed-defense / attack-workbench-frontend

An application allowing users to explore, create, annotate, and share extensions of the MITRE ATT&CK® knowledge base. This repository contains an Angular-based web application providing the user interface for the ATT&CK Workbench application.
https://mitre-engenuity.org/cybersecurity/center-for-threat-informed-defense/our-work/attck-workbench/
Apache License 2.0
325 stars 61 forks source link

Retroactively publish Docker image for all tagged releases #488

Closed seansica closed 1 year ago

seansica commented 1 year ago

The new GitHub Actions publish.yml workflow builds and publishes the Docker image for all git tag releases. But it is not retroactive. Any semver-compliant git tags that have already been pushed will not be built and published.

This issue will address this problem by adding a temporary GitHub workflow to handle all preexisting releases.