Browse Source

Fix version detection on bake (#5382)

pull/5386/head
Mathijs van Veluw 7 days ago
committed by GitHub
parent
commit
07f80346b4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/release.yml

1
.github/workflows/release.yml

@ -180,6 +180,7 @@ jobs:
with:
pull: true
push: true
source: .
files: docker/docker-bake.hcl
targets: "${{ matrix.base_image }}-multi"
set: |

Loading…
Cancel
Save