update bake-action to v6

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2025-01-08 12:58:36 +01:00
parent 7ca345011a
commit e217ef3a2d
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4
3 changed files with 21 additions and 13 deletions

View file

@ -15,12 +15,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Test
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
targets: test
-