mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-04-01 02:42:49 -05: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:
|
||||
pull: true
|
||||
push: true
|
||||
source: .
|
||||
files: docker/docker-bake.hcl
|
||||
targets: "${{ matrix.base_image }}-multi"
|
||||
set: |
|
||||
|
|
Loading…
Add table
Reference in a new issue