Skip to content

Commit

Permalink
Merge pull request #847 from acelaya-forks/feature/docker-build-on-tag
Browse files Browse the repository at this point in the history
Build docker image only on tags
  • Loading branch information
acelaya authored Jul 9, 2023
2 parents 107cabc + c94a5b9 commit 1793424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build and publish docker image

on:
push:
branches:
- develop
tags:
- 'v*'

Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit 1793424

Please sign in to comment.