diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 26ccb9b8d..406efd93e 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -21,6 +21,7 @@ jobs: with: images: ghostfolio/ghostfolio tags: | + type=semver,pattern={{major}} type=semver,pattern={{version}} - name: Set up QEMU diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a0f960ba..d8b91463b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Added a new tag with the major version to the docker image on _Docker Hub_ + ### Fixed - Loosened the validation in the activities import (expects values greater than or equal to 0 for `fee`, `quantity` and `unitPrice`)