mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 01:20:24 +03:00
Migrate to new docker-publish-image reusable workflow
This commit is contained in:
parent
40979533c0
commit
fbe2c0f297
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docker-image-build.yml
vendored
2
.github/workflows/docker-image-build.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue