mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-29 15:19:10 +00:00
Fix version detection on bake
Because of some changes in the bake action the version was not able to be extracted. Fixes #5381 Signed-off-by: BlackDex <black.dex@gmail.com>
This commit is contained in:
parent
4f68eafa3e
commit
fddc03f731
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -180,6 +180,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
pull: true
|
pull: true
|
||||||
push: true
|
push: true
|
||||||
|
source: .
|
||||||
files: docker/docker-bake.hcl
|
files: docker/docker-bake.hcl
|
||||||
targets: "${{ matrix.base_image }}-multi"
|
targets: "${{ matrix.base_image }}-multi"
|
||||||
set: |
|
set: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue