Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: Update tag
uses: Actions-R-Us/actions-tagger@330ddfac760021349fef7ff62b372f2f691c20fb
with:
publish_latest_tag: true
publish_latest_tag: false
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v4.0.0

* Tag `latest` is no longer available. Use major tags instead (e.g. `v3` or `v4`).

## v3.3.0

* Container images now based on Fedora 37
Expand Down