build(deps): bump docker/bake-action from 4 to 5 (#4410)

This commit is contained in:
Milos Gajdos 2024-07-20 07:56:23 +01:00 committed by GitHub
commit 21f3291612
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -112,7 +112,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build artifacts
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: artifact-all
-
@ -140,7 +140,7 @@ jobs:
if-no-files-found: error
-
name: Build image
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
files: |
./docker-bake.hcl

View File

@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
-
name: Build image
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: image-local
-

View File

@ -30,7 +30,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build docs
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
files: |
docker-bake.hcl

View File

@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
-
name: Build image
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: image-local
-