From eed560bb99e0532133009cf959a803e34760a95c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 23:01:03 +0000 Subject: [PATCH] Bump docker/bake-action from 2.3.0 to 3.0.1 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 2.3.0 to 3.0.1. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v2.3.0...v3.0.1) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 6aa2e10..3804bc8 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -44,7 +44,7 @@ jobs: wait-interval: 20 - name: Build and push - uses: docker/bake-action@v2.3.0 + uses: docker/bake-action@v3.0.1 with: files: build/docker-bake.hcl push: true \ No newline at end of file