Migrate to new docker-publish-image reusable workflow

This commit is contained in:
Alejandro Celaya 2024-04-26 09:27:21 +02:00
parent 59fa088975
commit 9a76c19615
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ jobs:
- runtime: 'rr'
tag-suffix: 'roadrunner'
platforms: 'linux/arm64/v8,linux/amd64'
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

View file

@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
* [#2018](https://github.com/shlinkio/shlink/issues/2018) Add option to allow all short URLs to be unconditionally crawlable in robots.txt, via `ROBOTS_ALLOW_ALL_SHORT_URLS=true` env var, or config options.
### Changed
* *Nothing*
* Use new reusable workflow to publish docker image
### Deprecated
* *Nothing*