From 90151cd0996795af7ca44afacbcae6063b2380ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 02:00:06 +0000 Subject: [PATCH] chore(deps): Bump docker/build-push-action Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 831ca179d3cf91cf0c90ca465a408fa61e2129a2 to 4f58ea79222b3b9dc2c8bbdd6debcef730109a75. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/831ca179d3cf91cf0c90ca465a408fa61e2129a2...4f58ea79222b3b9dc2c8bbdd6debcef730109a75) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4cecb32..0c67d71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} - name: Build and push Docker image - uses: docker/build-push-action@831ca179d3cf91cf0c90ca465a408fa61e2129a2 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 with: context: . push: true