From ee7d52b2ce26c202bb2bc2503287019095e1106c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:33:10 +0000 Subject: [PATCH] Build(deps): Bump docker/build-push-action from 5.3.0 to 6.7.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v6.7.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index aac0063..d46fc0f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -90,7 +90,7 @@ jobs: type=ref,event=tag type=semver,pattern={{version}} - - uses: docker/build-push-action@v5.3.0 + - uses: docker/build-push-action@v6.7.0 with: cache-from: type=gha cache-to: type=gha,mode=max