From 598810827e8244c4d69ed74415c59143afb7c08e Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Fri, 26 Apr 2024 09:11:52 +0200 Subject: [PATCH] Use new reusable workflow to build and publish docker image --- .github/workflows/docker-image-build.yml | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image-build.yml b/.github/workflows/docker-image-build.yml index 92b6d876..8a564b3c 100644 --- a/.github/workflows/docker-image-build.yml +++ b/.github/workflows/docker-image-build.yml @@ -7,7 +7,7 @@ on: jobs: build-and-publish: - uses: shlinkio/github-actions/.github/workflows/docker-build-and-publish.yml@main + uses: shlinkio/github-actions/.github/workflows/docker-publish-image.yml@main secrets: inherit with: image-name: shlinkio/shlink-website diff --git a/CHANGELOG.md b/CHANGELOG.md index c8077def..76534980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). +## [7.8.1] - 2024-04-26 +### Added +* *Nothing* + +### Changed +* Use new reusable workflow to build and publish docker image +* Update dependencies + +### Deprecated +* *Nothing* + +### Removed +* *Nothing* + +### Fixed +* Fix documented port for shlink-web-client in one of the examples. + + ## [7.8.0] - 2024-04-14 ### Added * Document feature from Shlink 4.1.0