From cfa50737469761b55b069330f1cd19f1cad1bdf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 23:49:40 +0000 Subject: [PATCH] chore(deps): bump docker/bake-action from 5.3.0 to 5.4.0 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v5.3.0...v5.4.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 fd955dc97..0e06de5ff 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.3.0 + uses: docker/bake-action@v5.4.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 2029766d3..a4405c9a5 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.3.0 + uses: docker/bake-action@v5.4.0 env: TAGS: ${{ steps.meta.outputs.tags }} LABELS: ${{ steps.meta.outputs.labels }}