From da6c2d26efc13b51a8d87fc2f520a838677f3f5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 08:01:46 +0000 Subject: [PATCH] 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 44a0172..93863fe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -364,7 +364,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: | @@ -377,7 +377,7 @@ jobs: base.cache-from=type=registry,ref=${{ env.IMAGE }}:buildcache - name: Build and push - uses: docker/bake-action@v2 + uses: docker/bake-action@v3 if: github.event_name != 'pull_request' id: bake with: