ci: update bake-action to v6

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-01-10 16:45:54 +01:00
parent 8e365dd3d8
commit cc571902bc
4 changed files with 15 additions and 29 deletions

View File

@ -35,12 +35,9 @@ jobs:
- validate-vendor
- update-authors # ensure authors update target runs fine
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Run
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
targets: ${{ matrix.target }}