mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 13:23:33 +03:00
Migrate to new docker-publish-image reusable workflow
This commit is contained in:
parent
59fa088975
commit
9a76c19615
2 changed files with 2 additions and 2 deletions
2
.github/workflows/publish-docker-image.yml
vendored
2
.github/workflows/publish-docker-image.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue