Skip to content

Commit

Permalink
Use new reusable workflow to build and publish docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Apr 26, 2024
1 parent 8ea3991 commit 5988108
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5988108

Please sign in to comment.