From 92440fb60f7c371258c39ff9d93535553455b575 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:10:05 +0000 Subject: [PATCH] Bump docker/bake-action from 5.10.0 to 5.11.0 in the docker group (#3561) Bumps the docker group with 1 update: [docker/bake-action](https://github.com/docker/bake-action). Updates `docker/bake-action` from 5.10.0 to 5.11.0 - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v5.10.0...v5.11.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-build.yml | 4 ++-- .github/workflows/push-docker-images-release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 06d6e9bf9..1b8b7e6ec 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -155,7 +155,7 @@ jobs: driver: docker-container use: true - name: Build - uses: docker/bake-action@v5.10.0 + uses: docker/bake-action@v5.11.0 with: files: docker-bake.hcl workdir: . @@ -181,7 +181,7 @@ jobs: driver: docker-container use: true - name: Build - uses: docker/bake-action@v5.10.0 + uses: docker/bake-action@v5.11.0 with: files: docker-bake.hcl workdir: . diff --git a/.github/workflows/push-docker-images-release.yml b/.github/workflows/push-docker-images-release.yml index 2e701dfba..19fe8b9bb 100644 --- a/.github/workflows/push-docker-images-release.yml +++ b/.github/workflows/push-docker-images-release.yml @@ -28,7 +28,7 @@ jobs: id: get_version run: echo VERSION=${GITHUB_REF/refs\/tags\//} | tee -a $GITHUB_OUTPUT | tee -a $GITHUB_ENV - name: Build - uses: docker/bake-action@v5.10.0 + uses: docker/bake-action@v5.11.0 with: files: docker-bake.hcl workdir: .