Browse Source
Merge branch 'main' into feature/upgrade-angular-to-version-16.2.12
pull/2590/head
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
0 deletions
-
.github/workflows/docker-image.yml
-
CHANGELOG.md
|
|
@ -21,6 +21,7 @@ jobs: |
|
|
|
with: |
|
|
|
images: ghostfolio/ghostfolio |
|
|
|
tags: | |
|
|
|
type=semver,pattern={{major}} |
|
|
|
type=semver,pattern={{version}} |
|
|
|
|
|
|
|
- name: Set up QEMU |
|
|
|
|
|
@ -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_ |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Upgraded `angular` from version `16.2.1` to `16.2.12` |
|
|
|