From 373201a98f22e845d8096d11be60a77fb395322a Mon Sep 17 00:00:00 2001 From: Ian Schmitz Date: Sat, 4 Nov 2023 02:38:35 -0700 Subject: [PATCH] Add major version to docker tags (#2586) * Add major version to docker tags * Update changelog --- .github/workflows/docker-image.yml | 1 + CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+) 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`)