From 1883cd1c23526ca37bf899a941c313550abbf73a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 17:26:02 +0000 Subject: [PATCH] build(deps): bump docker/bake-action from 1 to 2 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 1 to 2. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v1...v2) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/e2e.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index afb2afa5..2ca9ef28 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push image - uses: docker/bake-action@v1 + uses: docker/bake-action@v2 with: files: | ./docker-bake.hcl @@ -116,6 +116,6 @@ jobs: - # Just run a bake target to check eveything runs fine name: Build - uses: docker/bake-action@v1 + uses: docker/bake-action@v2 with: targets: binaries-cross diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index ed49a767..87bf8189 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -26,7 +26,7 @@ jobs: version: latest - name: Build - uses: docker/bake-action@v1 + uses: docker/bake-action@v2 with: targets: binaries set: |