Browse Source

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>
pull/5382/head
BlackDex 3 months ago
parent
commit
fddc03f731
No known key found for this signature in database GPG Key ID: 58C80A2AA6C765E1
  1. 1
      .github/workflows/release.yml

1
.github/workflows/release.yml

@ -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…
Cancel
Save