Merge pull request #1842 from acelaya-forks/feature/docker-build-on-tag

Build docker image only on tags
This commit is contained in:
Alejandro Celaya 2023-07-09 09:59:25 +02:00 committed by GitHub
commit f71c3bba5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 10 deletions

View File

@ -2,16 +2,6 @@ name: Build and publish docker image
on:
push:
paths-ignore:
- 'LICENSE'
- '.*'
- '*.md'
- '*.xml'
- '*.yml*'
- '*.json5'
- '*.neon'
branches:
- develop
tags:
- 'v*'

View File

@ -17,6 +17,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
For example, if you did not enable RabbitMQ real-time updates, instead of triggering a job that ends immediately, the job will not even be enqueued.
* [#1835](https://github.com/shlinkio/shlink/issues/1835) Docker image is now built only when a release is tagged, and new tags are included, for minor and major versions.
### Deprecated
* [#1783](https://github.com/shlinkio/shlink/issues/1783) Deprecated support for openswoole. RoadRunner is the best replacement, with the same capabilities, but much easier and convenient to install and manage.