Merge pull request #4560 from docker/dependabot/github_actions/docker/bake-action-4

build(deps): bump docker/bake-action from 3 to 4
This commit is contained in:
Sebastiaan van Stijn 2023-09-12 11:53:13 +02:00 committed by GitHub
commit ba85223927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- -
name: Build name: Build
uses: docker/bake-action@v3 uses: docker/bake-action@v4
with: with:
targets: ${{ matrix.target }} targets: ${{ matrix.target }}
set: | set: |
@ -121,7 +121,7 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- -
name: Build name: Build
uses: docker/bake-action@v3 uses: docker/bake-action@v4
with: with:
targets: plugins-cross targets: plugins-cross
set: | set: |

View File

@ -26,7 +26,7 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- -
name: Test name: Test
uses: docker/bake-action@v3 uses: docker/bake-action@v4
with: with:
targets: test-coverage targets: test-coverage
- -

View File

@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- -
name: Run name: Run
uses: docker/bake-action@v3 uses: docker/bake-action@v4
with: with:
targets: ${{ matrix.target }} targets: ${{ matrix.target }}