Skip to content

Commit

Permalink
[ci][chore] remove individual Docker images from generated release no…
Browse files Browse the repository at this point in the history
…tes (#791)
  • Loading branch information
TheCatLady committed Apr 13, 2022
1 parent 3ddd92a commit 9d57191
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker-build.yml
Expand Up @@ -420,12 +420,6 @@ jobs:
### Docker Images
#### All-in-One
- `somecr.io/someengineering/resoto:${{ steps.release_notes.outputs.tag }}`
#### Components
- `somecr.io/someengineering/resotocore:${{ steps.release_notes.outputs.tag }}`
- `somecr.io/someengineering/resotoworker:${{ steps.release_notes.outputs.tag }}`
- `somecr.io/someengineering/resotoshell:${{ steps.release_notes.outputs.tag }}`
Expand Down
5 changes: 1 addition & 4 deletions tools/release_notes.py
Expand Up @@ -86,10 +86,7 @@ def show_log(from_tag: str, to_tag: str):
)

print("\n<!--truncate-->")
print("\n## Docker Images")
print("\n### All-in-One\n")
print(f"- `somecr.io/someengineering/resoto:{to_tag}`")
print("\n### Components\n")
print("\n## Docker Images\n")
for image in ["resotocore", "resotoworker", "resotoshell", "resotometrics"]:
print(f"- `somecr.io/someengineering/{image}:{to_tag}`")

Expand Down

0 comments on commit 9d57191

Please sign in to comment.