diff --git a/.github/workflows/docker-image-build.yml b/.github/workflows/docker-image-build.yml index d850fa57..9a3db2ce 100644 --- a/.github/workflows/docker-image-build.yml +++ b/.github/workflows/docker-image-build.yml @@ -2,8 +2,6 @@ name: Build and publish docker image on: push: - branches: - - develop tags: - 'v*' diff --git a/CHANGELOG.md b/CHANGELOG.md index 14315ef0..261ba045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org). -## [Unreleased] +## [3.10.2] - 2023-07-09 ### Added * *Nothing* ### Changed * [#781](https://github.com/shlinkio/shlink-web-client/issues/781) Migrate tests from jest to vitest. +* [#843](https://github.com/shlinkio/shlink-web-client/issues/843) Build docker image only for new tags, making sure it always includes an actual version number. ### Deprecated * *Nothing*