From fdc84c9f495736e7176486c18de355ee88a51dea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 22:15:52 +0400 Subject: [PATCH] chore(deps): bump docker/bake-action from 5.0.2 to 5.1.0 (#207) Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.0.2 to 5.1.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v5.0.2...v5.1.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 557dd52a3..3a37516a8 100644 --- a/.github/workflows/build-lint.yml +++ b/.github/workflows/build-lint.yml @@ -97,7 +97,7 @@ jobs: type=semver,pattern={{major}} - name: Build Docker image - uses: docker/bake-action@v5.0.2 + uses: docker/bake-action@v5.1.0 env: TAGS: ${{ steps.meta.outputs.tags }} LABELS: ${{ steps.meta.outputs.labels }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad181587b..787213329 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: type=sha - name: Build and push Docker images - uses: docker/bake-action@v5.0.2 + uses: docker/bake-action@v5.1.0 env: TAGS: ${{ steps.meta.outputs.tags }} LABELS: ${{ steps.meta.outputs.labels }}