From 924b8c0cd49b7f7ed87c434fe4055b1db31b1c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:51:33 +0000 Subject: [PATCH] dependabot(actions): bump docker/bake-action from 4 to 5 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4 to 5. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5f3e8c8e96..3eaf355dac 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: - name: List targets id: generate - uses: docker/bake-action/subaction/list-targets@v4 + uses: docker/bake-action/subaction/list-targets@v5 with: target: validate files: docker-bake.hcl @@ -46,7 +46,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - uses: docker/bake-action@v4 + uses: docker/bake-action@v5 with: push: true files: docker-bake.hcl @@ -77,7 +77,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - uses: docker/bake-action@v4 + uses: docker/bake-action@v5 with: targets: ${{ matrix.target }} push: true