Merge pull request #5161 from docker/dependabot/github_actions/docker/bake-action-5

build(deps): bump docker/bake-action from 4 to 5
This commit is contained in:
Sebastiaan van Stijn 2024-06-18 10:48:02 +02:00 committed by GitHub
commit 69041853a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,7 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- -
name: Build name: Build
uses: docker/bake-action@v4 uses: docker/bake-action@v5
with: with:
targets: ${{ matrix.target }} targets: ${{ matrix.target }}
set: | set: |
@ -122,7 +122,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_CLIBIN_TOKEN }} password: ${{ secrets.DOCKERHUB_CLIBIN_TOKEN }}
- -
name: Build and push image name: Build and push image
uses: docker/bake-action@v4 uses: docker/bake-action@v5
with: with:
files: | files: |
./docker-bake.hcl ./docker-bake.hcl
@ -168,7 +168,7 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- -
name: Build name: Build
uses: docker/bake-action@v4 uses: docker/bake-action@v5
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@v4 uses: docker/bake-action@v5
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@v4 uses: docker/bake-action@v5
with: with:
targets: ${{ matrix.target }} targets: ${{ matrix.target }}