From 8f07eb1277dae93aecb2188aa0fb54759e540a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:29:04 +0000 Subject: [PATCH] Bump docker/bake-action from 4.6.0 to 5.0.0 in the docker group (#3248) Bumps the docker group with 1 update: [docker/bake-action](https://github.com/docker/bake-action). Updates `docker/bake-action` from 4.6.0 to 5.0.0 - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v4.6.0...v5.0.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major 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 d59f25dd6..fcaa6041a 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -153,7 +153,7 @@ jobs: driver: docker-container use: true - name: Build - uses: docker/bake-action@v4.6.0 + uses: docker/bake-action@v5.0.0 with: files: docker-bake.hcl workdir: . @@ -179,7 +179,7 @@ jobs: driver: docker-container use: true - name: Build - uses: docker/bake-action@v4.6.0 + uses: docker/bake-action@v5.0.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 224068f48..c1dd66761 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@v4.6.0 + uses: docker/bake-action@v5.0.0 with: files: docker-bake.hcl workdir: .