Migrate to new docker-publish-image reusable workflow

This commit is contained in:
Alejandro Celaya 2024-04-26 09:21:58 +02:00
parent 40979533c0
commit fbe2c0f297
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ on:
jobs:
build:
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-web-client

View file

@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
* *Nothing*
### Changed
* *Nothing*
* Use new reusable workflow to publish docker image
### Deprecated
* *Nothing*