From 203b22ec70ce5c3cca6c6c82d1fa44629e70fe2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 15:41:11 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.13.0 to 6.14.0 Bumps [docker/build-push-action](/~https://github.com/docker/build-push-action) from 6.13.0 to 6.14.0. - [Release notes](/~https://github.com/docker/build-push-action/releases) - [Commits](/~https://github.com/docker/build-push-action/compare/ca877d9245402d1537745e0e356eab47c3520991...0adf9959216b96bec444f325f1e493d4aa344497) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 74159e7..37be5d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build and push Docker image - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 with: # context: "{{defaultContext}}:.docker/prod/app/" file: Dockerfile