From 5436aaba2eb40a7f7c975852742df4d1a3a8420a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 20:50:23 +0000 Subject: [PATCH] chore(deps): bump docker/bake-action from 6.1.1 to 6.2.0 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.1.1 to 6.2.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v6.1.1...v6.2.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-lint.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-lint.yml b/.github/workflows/build-lint.yml index 0422a85..f93a872 100644 --- a/.github/workflows/build-lint.yml +++ b/.github/workflows/build-lint.yml @@ -61,7 +61,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build Docker images - uses: docker/bake-action@v6.1.1 + uses: docker/bake-action@v6.2.0 with: push: false files: 'docker-bake.hcl' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6bdd01..702c52b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker images - uses: docker/bake-action@v6.1.1 + uses: docker/bake-action@v6.2.0 with: push: true files: 'docker-bake.hcl'