From 30c8ec273922dd16139f61b34b63c65bc21f382d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 06:44:28 +0000 Subject: [PATCH] ci: bump docker/build-push-action from 5.4.0 to 6.3.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.4.0...v6.3.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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f5a9c2..2238f48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,7 @@ jobs: - name: Push Docker image - uses: docker/build-push-action@v5.4.0 + uses: docker/build-push-action@v6.3.0 id: docker_build_and_push with: context: "${{ env.examples_dir }}/${{ env.backend_dir_name }}"