From b9d65d4b21e525409e0b31f1d7e52a7a4d7ec9aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:11:10 +0100 Subject: [PATCH] Bump docker/build-push-action (#135) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from f8bc7f46003ef0cf98b715743d86c2f1ccd01436 to ca877d9245402d1537745e0e356eab47c3520991. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/f8bc7f46003ef0cf98b715743d86c2f1ccd01436...ca877d9245402d1537745e0e356eab47c3520991) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-test-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-push.yml b/.github/workflows/build-test-push.yml index d90a429..e90ae9e 100644 --- a/.github/workflows/build-test-push.yml +++ b/.github/workflows/build-test-push.yml @@ -62,7 +62,7 @@ jobs: type=raw,value=latest,enable={{is_default_branch}} - name: Build and push Docker image - uses: docker/build-push-action@f8bc7f46003ef0cf98b715743d86c2f1ccd01436 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 with: # We need to specify the context explicitly so the action doesn't # grab the source straight from the git. That's not a problem in