Workflow update to add nightly versions (#1100)
# Changed - Changed: Changed automated workflow to release individual nightly versions on dockerhub
This commit is contained in:
parent
90efb9c4c2
commit
67b020618c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sonar-scan.yml
vendored
2
.github/workflows/sonar-scan.yml
vendored
|
|
@ -213,7 +213,7 @@ jobs:
|
|||
context: .
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||
push: true
|
||||
tags: kizaing/kavita:nightly
|
||||
tags: kizaing/kavita:nightly, kizaing/kavita:nightly-${{ steps.parse-version.outputs.VERSION }}
|
||||
|
||||
- name: Image digest
|
||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue