Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to fix version_specifier in GHCR publish step (#1435)
The publish to GHCR step is currently failing with this error: ![image](https://github.com/user-attachments/assets/2bd96bee-3acd-49df-8ece-8a7d2920288a) ## Actual The resulting command generated is `RUN pip install cartography'==0.98.0rc3'`.. ## Expected .. when I wanted it to be `RUN pip install cartography==0.98.0rc3`. ## In this PR I adjusted the version specifier and re-tested it locally and _think_ that this will now work in GitHub actions. ![image](https://github.com/user-attachments/assets/fe40c3bf-c12c-4a2b-94d3-78235850018b) Signed-off-by: Alex Chantavy <[email protected]>
- Loading branch information