From 1d3f26f0fe05bbf8fe255395ad3b7a0ff1244d07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:33:53 +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/2cdde995de11925a030ce8070c3d77a52ffcf1c0...5cd11c3a4ced054e52742c5fd54dca954e0edd85) --- 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/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f26d800..c5d09ba 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -44,7 +44,7 @@ jobs: - name: Build and push Docker image id: build-and-push-release - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 with: cache-from: type=gha cache-to: type=gha,mode=max