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.
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.
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.