From aea2ff3f5f3f4945db4ccae836b4ee5336cfd156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 19:59:11 +0000 Subject: [PATCH] build(deps): bump docker/bake-action from 2 to 3 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 2 to 3. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a69566600..bbf83ee52 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -408,7 +408,7 @@ jobs: # cache or the image itself # We only build for the amd64 platform in pull-requests to speed-up CI - name: Build - uses: docker/bake-action@v2 + uses: docker/bake-action@v3 if: github.event_name == 'pull_request' with: files: | @@ -422,7 +422,7 @@ jobs: - name: Build and push id: bake - uses: docker/bake-action@v2 + uses: docker/bake-action@v3 if: github.event_name != 'pull_request' with: files: |