From 4d61ff607c749c025793395cc46e9ed81b7c9a45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:44:17 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 3 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v6) --- 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-elasticsearch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-elasticsearch.yml b/.github/workflows/build-elasticsearch.yml index 0db5798..e843179 100644 --- a/.github/workflows/build-elasticsearch.yml +++ b/.github/workflows/build-elasticsearch.yml @@ -81,7 +81,7 @@ jobs: type=ref,event=tag,suffix=-${{ matrix.es-version }} type=ref,event=pr,suffix=-${{ matrix.es-version }} - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v6 with: context: images/elasticsearch build-args: |